KChen-lab / Monopogen

SNV calling from single cell sequencing
GNU General Public License v3.0
83 stars 18 forks source link

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

Open ttt-404 opened 2 weeks ago

ttt-404 commented 2 weeks ago

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 commented 15 hours ago

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