kharchenkolab/dropEst

Error while loading shared libraries: libbamtools

amufaamo opened this issue · 1 comments

Hi, I am using dropEst. But I got error

dropest: error while loading shared libraries: libbamtools.so.2.5.1: cannot open shared object file: No such file or directory

I cannot install libbamtools. How can I solve this error?

you maybe need export LD_LIBRARY_PATH, if you have build dropEst successfully.

export LD_LIBRARY_PATH="YOUR_BAMTOOLS_INSTALL_PATH/lib64":$LD_LIBRARY_PATH