Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while loading shared libraries: libbamtools #130

Open
amufaamo opened this issue Apr 6, 2022 · 1 comment
Open

Error while loading shared libraries: libbamtools #130

amufaamo opened this issue Apr 6, 2022 · 1 comment

Comments

@amufaamo
Copy link

amufaamo commented Apr 6, 2022

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?

@hailingfang
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants