Welcome to LQ.
Code:
ls -l /usr/lib/libc.*
-rw-r--r-- 1 root root 2811674 Jan 21 2009 /usr/lib/libc.a
-rw-r--r-- 1 root root 238 Jan 21 2009 /usr/lib/libc.so
ls -l /lib/libc.*
lrwxrwxrwx 1 root root 11 Aug 7 18:58 /lib/libc.so.6 -> libc-2.5.so
If you can use the command line :
1) cd /lib/
2) su
3) ln -s libc-2.5.so libc.so.6
Else you will have to shut down the computer.
And use a live Linux cd to get to a command line,
and ' cd ' into /lib/ , to do the ' ln ' command.
.....