-
Notifications
You must be signed in to change notification settings - Fork 5.9k
`GLIBC_2.28' not found running 3.3.0 on Ubuntu 18.04 #1656
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
Comments
Can you run |
Thanks for the quick response <3 Here's my ldd --version output: ldd (Ubuntu GLIBC 2.27-3ubuntu1) 2.27 |
Thank you as well. Looks like we're going to switch CI to build on an older system. In the meantime, you can easily install with our |
Please refrain from me too comments guys in favour of just thumbs uping the original issue! |
It might be that the issue isn't just about the older version.
And I still get the same error. Might be that I just don't understand anything here though :) |
So you have glibc v2.19 but currently the static releases depend on at minimum v2.28. #1657 will build on Debian 8 which will make the minimum glibc v2.19. For anyone who wants it lower I think it's best to just use the npm package otherwise we'll be using a unmaintained distro for the build process. |
Ok, I see. Thank you for clarification. |
I updated the release just now to use depend on glibc 2.19 at minimum for amd64 so you guys should be good. Just working on CI to automate it. |
Can verify that it works for me |
This release fixes bugs introduced with the release of v3.3.0 - We've reverted to VS Code 1.45.1 due to bugs in 1.46 #1667 - Accessing code-server from a web browser on Windows has been fixed #1642 - Search in project has been fixed #1665 - The glibc requirement on static releases has been lowered to v2.19 #1656
Thank you @nhooyr !!! ❤️ |
Hello! When installing the new deb package for 3.3.0, and I run code-server, I get this error when I try to use the app in the browser:
Error: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /usr/lib/code-server/lib/vscode/node_modules/spdlog/build/Release/spdlog.node)
I'm on Ubuntu 18.04, and have been using prior releases with no issues.
The text was updated successfully, but these errors were encountered: