Can't work with server after modifying /lib/libc.so.6

Posted by Afshin on Server Fault See other posts from Server Fault or by Afshin
Published on 2012-09-03T18:12:54Z Indexed on 2012/09/03 21:39 UTC
Read the original article Hit count: 217

Filed under:
|
|

I have a CentOS server, VPS. After running this command I can't work with server and get the same error in all actions (SSH, Login, ls and ...)

The command:

ln -s /lib/libc.so.1  /lib/libc.so.6 -f

And the error is:

/sbin/shutdown: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory

I have VNC to server but because I can't login to server, that's unusable.

Thanks in advance.

© Server Fault or respective owner

Related posts about linux

Related posts about centos