One of the software I want to run needs GLIBC_2.27, and all I see is this error on the console:
/lib/x86_64-linux-gnu/libm.so.6: version 'GLIBC_2.27" not found
When I run this command ldd --version
I get this output:
ldd(Ubuntu GLIBC 2.23-0ubuntu11) 2.23
How can I update GLIBC to 2.27 and get rid of the above error?
How can I update GLIBC to 2.27 and get rid of the above error?
While it's possible to do, there are some disadvantages:
Your best bet is to run this new program in a chroot
environment or in a docker container.
Your next best bet is to install GLIBC-2.27 in parallel with system GLIBC, as described in e.g. this answer.
If you do decide to update the system GLIBC to the new version, the least error-prone way to do so is to download a new package, boot the system from recovery media, mount root filesystem on e.g. /mnt
, and unpack the new version on top of it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With