MashMap icon indicating copy to clipboard operation
MashMap copied to clipboard

Problem with linux binary distribution for mashmap 3

Open Dmitry-Antipov opened this issue 1 year ago • 0 comments

Was trying to use mashmap binary provided with mashmap3 release, and it seems that it is not dependence-free. Still require libgsl.so.25, libopenblas and, after fixing that, specific versions of stdlib

./mashmap -r chm13v2.0.fa -q chm13v2.0.fa ./mashmap: /usr/local/GCC/9.2.0/lib64/libstdc++.so.6: version GLIBCXX_3.4.30' not found (required by ./mashmap) ./mashmap: /usr/local/GCC/9.2.0/lib64/libstdc++.so.6: version GLIBCXX_3.4.29' not found (required by ./mashmap) ./mashmap: /usr/local/GCC/9.2.0/lib64/libstdc++.so.6: version `CXXABI_1.3.13' not found (required by ./mashmap)

Dmitry-Antipov avatar Jun 01 '23 19:06 Dmitry-Antipov