samtools / bcftools

This is the official development repository for BCFtools. See installation instructions and other documentation here http://samtools.github.io/bcftools/howtos/install.html
http://samtools.github.io/bcftools/
Other
649 stars 240 forks source link

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

Closed PhyloGrok closed 8 months ago

PhyloGrok commented 8 months ago

Hello, I installed using "conda install -c bioconda bcftools" on Ubuntu Linux 20. But I am getting the error "bcftools: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory". I have tried the fixes https://www.biostars.org/p/9480029/ but with no luck.

Is there a definitive fix for this on the conda install?

PhyloGrok commented 8 months ago

Actually, just solved this error by conda remove and re-installing with "conda install -c conda-forge bcftools".