`GLIBC_2.18' not found error (Centos7 with GLIBC 2.17), terminal and extensions not working
See original GitHub issue- Web Browser:
- Local OS:
- Remote OS:
- Remote Architecture:
code-server --version
: 3.4.0
Hi although on the release it says that this bug was fixed, that’s not the case. On standard and updated Centos7 (coming with glibc 2.17 only), code-server 3.4.0 wrongly says it needs 2.18.
/home/usercode-server/code-server/bin/…/lib/node: /lib64/libc.so.6: version `GLIBC_2.18’ not found (required by /home/user/code-server/code-server/bin/…/lib/libstdc++.so.6)
Perfectly working version 3.3.0 (that sadly cannot be updated automatically as it’s broken so I’m performing a new installation).
How to solve it?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:15 (4 by maintainers)
Top Results From Across the Web
`GLIBC_2.18' not found error (Centos7 with GLIBC 2.17 ...
Hi although on the release it says that this bug was fixed, that's not the case. On standard and updated Centos7 (coming with...
Read more >Deno on CentOS 7: 'GLIBC_2.18' not found - Stack Overflow
Current Deno release 1.0.0 (latest today) is not compatible with CentOS 7. I tried on the latest distribution released on 27 April 2020:...
Read more >Reverting installation of glibc to CentOS libraries
In my attempt to resolve the error, I decided to compile and install GLIBC_2.18 myself through the GNU repository (which, in retrospect, ...
Read more >Centos7升级GLIBC 2.18遇到问题及回滚 - CSDN博客
文章目录在用vscode远程开发rust时遇到到Centos7版本遇到,GLIBC版本低问题, ... centos7安装deno时,出现version `GLIBC_2.18' not found.
Read more >How to install glibc package version 2.28+ on RHEL 7 ...
In this post, we will see an interesting topic how to install glibc package version 2.28 on RHEL 7 or CentOS 7. CentOS...
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
Ah my bad.
You can just delete the dynamic libraries in
lib/*.so*
and then it should work for now.Will fix in
3.4.1
.Just installed, all went smooth and everything seems to work again, stellar work @nhooyr !