MashMap icon indicating copy to clipboard operation
MashMap copied to clipboard

libgsl.so.25: cannot open shared object file

Open wook2014 opened this issue 2 years ago • 2 comments

I have installed mashmap through conda, with version mashmap-2.0-pl5321h8e5b204_8, but it shows error " libgsl.so.25: cannot open shared object file". I checked on anaconda that the requirement of this version mashmap, it said 2.8>gsl>=2.7, and the file in /env/mashmap/bin is libgsl.so.27.

wook2014 avatar Mar 26 '22 17:03 wook2014

Sorry I am not conda expert, maybe there are two versions of gsl on your system. The incorrect version is probably being loaded at runtime. Please check if adjusting LD_LIBRARY_PATH environment variable works. https://stackoverflow.com/a/24971971

cjain7 avatar Mar 27 '22 10:03 cjain7

To fix this error, one should add : GSL package to the conda recipe. see : https://anaconda.org/conda-forge/gsl

tdayris avatar May 05 '22 13:05 tdayris

@tdayris GSL has been added to the bioconda recipe. Thanks for letting us know and please reopen if this doesn't fix the issue :slightly_smiling_face:

bkille avatar Jul 10 '23 18:07 bkille