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

发布时间 2023-06-19 00:19:14作者: 小鲨鱼2018

 

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