/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found #9688
Unanswered
gameveloster
asked this question in
Q&A
Replies: 2 comments
-
libc.so.6: version `GLIBC_2.38' is available on Ubuntu 24.04 |
Beta Was this translation helpful? Give feedback.
0 replies
-
+1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Downloaded and unzipped the latest release
llama-b3841-bin-ubuntu-x64.zip
on my Ubuntu 22.04 system.When I tried to run
llama-gguf-split
, I get aGLIBC
error:$ ./llama-gguf-split ./llama-gguf-split: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by ./llama-gguf-split)
Was my installation not performed correctly? Looking for help, thank you
Beta Was this translation helpful? Give feedback.
All reactions