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

GLIBC not found on cluster #2

Open
Blosberg opened this issue Oct 25, 2017 · 1 comment
Open

GLIBC not found on cluster #2

Blosberg opened this issue Oct 25, 2017 · 1 comment

Comments

@Blosberg
Copy link
Owner

encountered following error:

minimap2/minimap2: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by minimap2/minimap2)

while running on the cluster: need to either get this installed (through guix ?) or just wait until beast is back up.

@rekado
Copy link

rekado commented Oct 25, 2017

Where does minimap2 come from?

This happens when you take a binary that is linked with a version of the GNU C library and move it to a system with an older C library (such as the cluster nodes). The solution is to not take the C library for granted, e.g. by using Guix.

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