libc.so.6: version "GLIBC_2.x" not found #432
Answered
by
jqnatividad
jqnatividad
asked this question in
Q&A
-
I get this error when I try to run
|
Beta Was this translation helpful? Give feedback.
Answered by
jqnatividad
Aug 12, 2022
Replies: 1 comment
-
Prebuilt binaries with the If you don't have the required glibc libraries, use the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jqnatividad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prebuilt binaries with the
-gnu
zip suffix require glibc shared libraries.If you don't have the required glibc libraries, use the
-musl
variant, as it statically links the musl library and has no external C library dependencies.