Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

libc.so.6 - cannot open shared object file

Status
Not open for further replies.

csripriya1

Programmer
May 13, 2003
35
0
0
US
I was trying to work out installing python 2.2 in the read hat linux version of 7.0. I ran into lot of problems.
AT some point of time it complained about missing GLIBC_2.3 in /lib/libc.so.6. I thought that I would try copying this file from other machine. In this process I did rename this libc.so.6 to libc.so.6_old

Afterwards I could not even log into this machine , It started giving this error.

-tcsh: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory

Can anyone please help me. Urgent........


Thanks
 

Just about everything in the world dynamically links to libc. You're going to have to find an emergency boot disk, boot off it, mount your / partition then rename the file back to its original name.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top