question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I keep getting this error when I try and run code-server

See original GitHub issue

./code-server: /lib64/libstdc++.so.6: version 'GLIBCXX_3.4.20' not found (required by ./code-server) ./code-server: /lib64/libstdc++.so.6: version 'GLIBCXX_3.4.21' not found (required by ./code-server) ./code-server: /lib64/libstdc++.so.6: version 'CXXABI_1.3.9' not found (required by ./code-server)

I keep getting this error when trying to run it.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

7reactions
subchencommented, May 14, 2019

I succeeded to run by upgrade /lib64/libstdc++.so.6 and /lib64/libc.so.6

wget http://download-ib01.fedoraproject.org/pub/fedora/linux/updates/29/Everything/x86_64/Packages/l/libstdc++-8.3.1-2.fc29.x86_64.rpm
wget http://download-ib01.fedoraproject.org/pub/fedora/linux/updates/28/Everything/x86_64/Packages/g/glibc-common-2.27-38.fc28.x86_64.rpm
wget http://download-ib01.fedoraproject.org/pub/fedora/linux/updates/28/Everything/x86_64/Packages/g/glibc-2.27-38.fc28.x86_64.rpm
wget http://download-ib01.fedoraproject.org/pub/fedora/linux/updates/28/Everything/x86_64/Packages/g/glibc-langpack-en-2.27-38.fc28.x86_64.rpm

rpm -ivh --force *.rpm

./code-server

rpm downloaded from https://pkgs.org/

1reaction
sr229commented, Aug 16, 2019

Please do NOT use Fedora packages on CentOS systems, you are risking your system with further breakages because CentOS is for production ready systems. Fedora is a rolling distribution that has no gurantee being production ready.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Update failed · Issue #1513 · coder/code-server - GitHub
I will try the fix above and start a new issue because of the error. coder@rivetcalc-server01:~$ code-server --version info code-server 3.0.2 ...
Read more >
How can i solve code-server runtime error in termux app on ...
Run code-server or code-server & which will run code-server in background. Per the output, the password is in ~/.config/code-server/config.yaml.
Read more >
Remote Development FAQ - Visual Studio Code
VS Code manages the server's lifecycle so you do not need to worry about whether or not it is running. Can VS Code...
Read more >
What Do I Do If Error Message "The VS Code Server failed to ...
Open the command panel (Ctrl+Shift+P for Windows and Cmd+Shift+P for Mac), search for Kill VS Code Server on Host, and locate the affected ......
Read more >
Install - code-server v4.8.0 docs - Coder
If you prefer to install code-server manually, despite the detection references and --dry-run feature, then continue on for information on how to do...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found