Error:

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

Solution:

[root@centos64 ~]#  find / -name "libbz2.so.1*"
/lib64/libbz2.so.1.0.4
/lib64/libbz2.so.1
[root@centos64 ~]# ln -s /lib64/libbz2.so.1 /usr/lib64/libbz2.so.1.0

 

相关文章:

  • 2021-08-21
  • 2021-08-06
  • 2022-12-23
  • 2022-12-23
  • 2021-08-07
  • 2022-12-23
  • 2021-11-22
  • 2021-08-24
猜你喜欢
  • 2021-05-06
  • 2021-12-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-24
  • 2022-12-23
相关资源
相似解决方案