DiltheyLab / MetaMaps

Long-read metagenomic analysis
Other
98 stars 23 forks source link

metamaps: error while loading shared libraries: libboost_filesystem.so.1.71.0: cannot open shared object file: No such file or directory #21

Closed bestweicheng closed 4 years ago

bestweicheng commented 4 years ago

metamaps mapDirectly --all -r databases/miniSeq+H/DB.fa -q input.fastq -o classification_results

@:metamaps: error while loading shared libraries: libboost_filesystem.so.1.71.0: cannot open shared object file: No such file or directory

I cant open metamaps(it is a application/x-sharedlib)so I dont know how to put this (libboost_filesystem.so.1.71.0)

AlexanderDilthey commented 4 years ago

Your LD_LIBRARY_PATH environment variable needs to contain the path to the Boost libraries. You can check the current value via echo $LD_LIBRARY_PATH.