在安装samtools过程中,总是会遇到“library "libcrypto.so.1.0.0" not found “,此时,我们可以通过以下方式“欺骗”samtools,
ln -s /usr/lib64/libcrypto.so.1.0.1e libcrypto.so.1.0.0
也可以通过“conda install-c bioconda samtools openssl=1.0”解决,但是貌似我一直会出现“Solving environment: failed with initial frozen solve. Retrying with flexible solve.”这一错误。
综上,第一种方法666 plus~
方法来源:https://www.jianshu.com/p/838dffc736f6
网友评论