-
Notifications
You must be signed in to change notification settings - Fork 133
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_2.32' not found ubuntu 20.4 #80
Comments
Have you tried upgrading/downgrading glibc? AFAIK, the lsp server works with GLIBC 2.29, 2.32, 2.33 & 2.34 |
AFAIK It's not that easy and advisable to change the toolchain in Ubuntu, and was working fine till few days ago. Should I file a bug to lsp-server instead? |
There is already an issue about this: huggingface/llm-ls#25 My answer would be for now to compile |
v0.0.38 of the extension does not have this issue if reverting back is an option for you. Looks like all the v0.1.x versions have this issue from what I can tell. |
Can confirm! Downgrading to v0.0.38 does fix the issue, luckily. Would be great if this could be addressed 🙂 |
downgrade what to 0.0.38? the llm-vscode or llm-ls? |
But the 0.4.0 version says it need to find 2.32,2.33 and 2.34, not with 2.29. My |
llm-vscode |
However there is not tag matched |
If you go to the extension browser in VS Code and right-click the llm-vscode extension you should see a |
Thank you very much! |
This issue is stale because it has been open for 30 days with no activity. |
Hi, I had the extension running fine for the last couple of month, now suddenly it doesn't work anymore.
On start vscode produce these messages:
I'm on ubuntu 20.4 and I have version 2.31
lrwxrwxrwx 1 root root 12 apr 7 2022 /lib/x86_64-linux-gnu/libc.so.6 -> libc-2.31.so*
and it is the vesion it ships with
The text was updated successfully, but these errors were encountered: