samtools: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory

 

001、问题

 

002、解决方法

[root@PC1 test4]# which samtools
/root/anaconda3/bin/samtools
[root@PC1 test4]# cd /root/anaconda3/lib
[root@PC1 lib]#
[root@PC1 lib]# find libcrypto.so*
libcrypto.so
libcrypto.so.1.1
[root@PC1 lib]# ln -s libcrypto.so.1.1 libcrypto.so.1.0.0

 

003、调用测试

[root@PC1 lib]# samtools

 

posted @ 2023-06-19 00:14  小鲨鱼2018  阅读(200)  评论(0编辑  收藏  举报