The customer environment is SLES11.0, and I downloaded the patch to update OpenSSH server. It came up with libc.so.64(GLIBC_2.11)(64bit) is needed.
Help please. Thanks.
Hi and welcome to the Forum
You would likely need to build from a src rpm (or source) locally for it to match such an old release, if it will even build at all…
You can check you compiler supported versions via;
strings /usr/bin/gcc | grep GLIBC
Thanks. I know it is very old system and I can’t upgrade it.
strings: ‘/usr/bin/gcc’: No such file
Hi
Do you have the original install media, if so installing gcc (zypper in gcc
) will help clarify, but I don’t hold out much hope