You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connection fails because glibc version is not detected correctly
In the log, it says
> [2024-10-03 10:29:02] error This machine does not meet Visual Studio Code Server's prerequisites, expected either...
> - find GLIBC >= v2.28.0 (but found v0.9000.0 instead) for GNU environments
This is a parsing issue, Code is parsing 2.40.9000 as 0.9000.0.
❯ getconf GNU_LIBC_VERSION
glibc 2.40.9000
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
In the log, it says
This is a parsing issue, Code is parsing
2.40.9000
as0.9000.0
.The text was updated successfully, but these errors were encountered: