Not work on CentOS
See original GitHub issuecode-server
version: code-server-1.31.0-20-x86_64-linux- OS Version: CentOS release 6.10 (Final)
Steps to Reproduce
$ ./code-server --help
./code-server: /lib64/libc.so.6: version `GLIBC_2.15' not found (required by ./code-server)
./code-server: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./code-server)
./code-server: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by ./code-server)
./code-server: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.18' not found (required by ./code-server)
./code-server: /usr/lib64/libstdc++.so.6: version `CXXABI_1.3.5' not found (required by ./code-server)
./code-server: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./code-server)
Issue Analytics
- State:
- Created 5 years ago
- Reactions:4
- Comments:9 (1 by maintainers)
Top Results From Across the Web
CentOS 7 - yum install not working - Unix Stack Exchange
yum clean all & yum clean metadata · Check the files in /etc/yum.repos.d and make sure that they don't all have enabled =...
Read more >Yum Update Not Working on Centos 7 - Psychz Networks
It seems that the 'yum update' is causing some issue when you try to run an update. The YUM allows you to easily...
Read more >How to solve internet connection problem on centos - YouTube
0:00 · New! Watch ads now so you can enjoy fewer interruptions. Got it ...
Read more >ping command not working in CentOS - Stack Overflow
It works fine, if you ask me. The problem is somewhere else: either a name server is not properly set or it is...
Read more >Find with regex not working on CentOS 7 [closed] - Server Fault
But not working. I have 20 files in /etc which name begin of a, but my regexp not find this files. What i...
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 FreeTop 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
Top GitHub Comments
I wonder why the binary does not respect
LD_LIBRARY_PATH
?@jianbingfang @ly2314 @CCv5 FYI :
yarn
andpackage.json
ldd
or useCentOS
to start it ! For examples: https://img.vim-cn.com/6a/d3f5cf3b9f350eb873fa276038d08de0b5dd36.png