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: libncurses.so.5 not found #85

Open
ttt-404 opened this issue Oct 30, 2024 · 1 comment
Open

Error while loading shared libraries: libncurses.so.5 not found #85

ttt-404 opened this issue Oct 30, 2024 · 1 comment

Comments

@ttt-404
Copy link

ttt-404 commented Oct 30, 2024

When attempting to run samtools, I encounter the following error:

(Monopogen) ttt:~/Monopogen$ ~/Monopogen/apps/samtools
~/Monopogen/apps/samtools: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory

Do you know why this shared libraray not included in the apps folder? How can I sovle this problem?Thanks if you would help!

@Fredrik-Qi
Copy link

One can check if there is a libncurses5 in the dynamic library: dpkg -l | grep libncurses
If not, just install it (if it is Ubuntu): sudo apt-get -y install libncurses5

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