添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement . We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account
samtools
samtools: error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory

I have to change back to the older version 1.4.1 and it works fine

conda install samtools=1.4.1
samtools
  • conda have installed bzip2 already. And I have install brew too.
  • which bzip2
    /home/dongkaige/.linuxbrew/bin/bzip2
              

    I don't understand this. Did you install a binary of samtools, or download and compile? It shouldn't be possible to compile a copy of samtools that has a dependency on libbz2.so without having it installed.

    If you're using a binary, then this is an issue with the binary distribution lacking dependencies.