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:
- Created 4 years ago
- Comments:7 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I succeeded to run by upgrade
/lib64/libstdc++.so.6
and/lib64/libc.so.6
rpm downloaded from https://pkgs.org/
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.