I did a blunder on one of my production server and its very old RHEL 4 host. Due to recent "shellshock vulnerability" by mistake I upgraded the bash to wrong version from RHEL5 repo.
Now I am getting the error -bash: error while loading shared libraries: requires glibc 2.5 or later dynamic linker.
Complete Error :
ssh [email protected]
-bash: error while loading shared libraries: requires glibc 2.5 or later dynamic linker
Now I am unable to login to server also I tried rebooting host with older version of kernel and all but that did not work. I tried rebooting the host into single user mode but it is also not working. I am completely stuck with this issue and its very critical for us.
Thanks,