Skip to content

Unable to run bcftools on WSL2 Ubuntu 20.04 #281

Closed Answered by VeTh1987
VeTh1987 asked this question in Q&A
Discussion options

You must be logged in to vote

bcftools

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

Then I did

ldd $(which bcftools)

There was a version mismatch:
libcrypto.so.1.1 => /root/micromamba/envs/bioinfo/bin/../lib/./libcrypto.so.1.1

So new symbolic link:

navigation to directory:
cd /root/micromamba/envs/bioinfo/lib/

create symbolic link
ln -s libcrypto.so.1.1 libcrypto.so.1.0.0

doctor.py says now Ok

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by VeTh1987
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant