-
Anyone has a suggestion? |
Beta Was this translation helpful? Give feedback.
Answered by
VeTh1987
Aug 20, 2023
Replies: 1 comment
-
bcftoolsbcftools: 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: So new symbolic link: navigation to directory: create symbolic link doctor.py says now Ok |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
VeTh1987
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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