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.

`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:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:15 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
nhooyrcommented, May 28, 2020

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.

1reaction
opolokocommented, Jun 4, 2020

Just installed, all went smooth and everything seems to work again, stellar work @nhooyr !

Read more comments on GitHub >

github_iconTop 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 >

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