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
╭─tim@fox ~/Downloads
╰─$ ./roslyn-language-server
./roslyn-language-server: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./roslyn-language-server)
./roslyn-language-server: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./roslyn-language-server)
./roslyn-language-server: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./roslyn-language-server)
./roslyn-language-server: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by ./roslyn-language-server)
╭─tim@fox ~/Downloads
╰─$ ldd --version
ldd (Ubuntu GLIBC 2.31-0ubuntu9.17) 2.31
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
╭─tim@fox ~/Downloads
╰─$ cat /etc/lsb-release
DISTRIB_ID=LinuxMint
DISTRIB_RELEASE=20.2
DISTRIB_CODENAME=uma
DISTRIB_DESCRIPTION="Linux Mint 20.2 Uma"
Seems like my OS is just too old, to be fair I need to rebuild this laptop.
Just for the record, I don't expect any fix for this but just wanted to note it for anyone else that ran into this.
I downloaded the current release, ran it and got this
Seems like my OS is just too old, to be fair I need to rebuild this laptop.
https://stackoverflow.com/questions/65120136/lib64-libc-so-6-version-glibc-2-32-not-found
The text was updated successfully, but these errors were encountered: