Results 1 to 3 of 3
Major issue...cannot even log into the system using ssh.cannot execute a simple ls command as it gives a segmentation fault....
On running ldconfig it states ldconfig: /lib/tls/libc.so.6 is not a ...
- 10-22-2007 #1Just Joined!
- Join Date
- Jul 2007
- Location
- Sydney
- Posts
- 9
symbol errno, version GLIBC_PRIVATE not defined in file libc.so.6 with link time ref
Major issue...cannot even log into the system using ssh.cannot execute a simple ls command as it gives a segmentation fault....
On running ldconfig it states ldconfig: /lib/tls/libc.so.6 is not a symbolic link....
It is a Fedora 3 system 2.6.12 .....dont have much clue whats going on...
I would owe a beeer to anyone who can hlp me out...
- 10-22-2007 #2Just Joined!
- Join Date
- Jul 2007
- Location
- Sydney
- Posts
- 9
It seems I have been prving my stupidity.... I had renamed the file libc.so.6 to libc.so.6.bak without cheking what it really was (why i did it is a long story)... anyways I still cannot ssh into the server..but can ftp as a normal user(unfortunately root login is disabled) ..somehow i need to rename this bak file back to its original name...
- 10-22-2007 #3
Use sudo (or su) in a console to rename the file
Use the full file names of course, I was being lazy!Code:sudo mv lib...bak lib...
Pete


Reply With Quote
