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

augustus: symbol lookup error: /home/yue/anaconda3/envs/funannotate/bin/../lib/libgsl.so.25: undefined symbol: cblas_ctrmv #344

Open
Midreancgle opened this issue Jun 18, 2022 · 4 comments

Comments

@Midreancgle
Copy link

Hi
The following problems occurred when I used Augustus.

when I installed it with conda:

conda install augustus=3.3.3
augustus --species=help

The following error occurs:(The version of gsl is 2.6)

augustus: symbol lookup error: /home/yue/anaconda3/envs/funannotate/bin/../lib/libgsl.so.25: undefined symbol: cblas_ctrmv

when I installed it with conda:

conda install augustus=3.4
augustus --species=help

The following error occurs:(The version of gsl is 2.7.1)

augustus: error while loading shared libraries: libgsl.so.25: cannot open shared object file: No such file or directory

The gsl=2.7.1 doesn't have a libgsl.so.25 at all, but libgsl.so.27.

I want to use Augustus=3.3.3, how can I solve the above problems?

@KatharinaHoff
Copy link
Member

KatharinaHoff commented Jun 18, 2022 via email

@Midreancgle
Copy link
Author

How to quickly test whether Augustus is installed successfully and can run normally?

@guo-cheng
Copy link

How to quickly test whether Augustus is installed successfully and can run normally?

Hi!
I also met this problem. Did you resolve it?

@bitahu
Copy link

bitahu commented Nov 14, 2022

conda install -c conda-forge gsl can fix this error : error while loading shared libraries: libgsl.so.25: cannot open shared object file: No such file or directory

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

4 participants