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

Package error in docker image: fur: error while loading shared libraries: libgsl.so.25: cannot open shared object file: No such file or directory #6

Open
minhtrung1997 opened this issue Oct 17, 2022 · 2 comments

Comments

@minhtrung1997
Copy link

Hi author, I just download tutorial data and follow the exact step of document fur.pdf. When I run docker
sudo docker container run -v <Tutorial_data_place> --detach-keys="ctrl-@" -h fox -it haubold/fox
and run

fur -d furDb > tmpl.fasta
It presents the error message above
even when I type fur and enter it still errs like that

@haubold
Copy link
Contributor

haubold commented Oct 19, 2022

Thank you for pointing out this error. I had tried to make the docker image as small as possible and in so doing had unfortunately also removed essential libraries, including the Gnu Scientific Library, which caused the error you saw. I have now fixed this, the latest version of haubold/fox should work.

@minhtrung1997
Copy link
Author

Many thanks, I'll try them today ^^

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

No branches or pull requests

2 participants