Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

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

lumpy filter: error while loading shared libraries: libcrypto.so.1.0.0 #27

Open
Madelinehazel opened this issue Apr 7, 2021 · 3 comments
Assignees

Comments

@Madelinehazel
Copy link
Contributor

Madelinehazel commented Apr 7, 2021

This is an error that came up when running smoove. It looks like this is because we only have openssl version 1.1 in the anaconda installation on the CHEO-RI space (/storage/modules/anaconda/2020.11/lib/), when we need openssl version 1.0 to run smoove. See related issue, and this issue.
In the hpf anaconda installation, openssl version 1.0 is present as a symlink pointing to openssl version 1.1. It is unclear if this was a temporary fix.

@DanielOsmond
Copy link

I've had the same issue when trying to run Smoove after installing with conda, with an error message relating to not finding libcrypto.so.1.0.0. Has there been a resolution please?

@Madelinehazel
Copy link
Contributor Author

Hi Daniel, sorry for the delay in response. I had to add bcftools to the conda environment (- bcftools ==1.13), and then after creating the environment with snakemake, create a symlink libcrypto.so.1.0.0 pointing to libcrypto.so.1.1- not a nice solution, admittedly!

@DanielOsmond
Copy link

Hi Madeline, thanks for the response. I got around it in the end by just creating a symlink in my own libraries doing the same - seems to do the job!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants