

InterviewSolution
Saved Bookmarks
1. |
Solve : Error loading shared libraries , segmentation fault? |
Answer» I am getting the following ERROR when i type some commands like (ls, df, CAT, network etc.....) :error while loading shared libraries: ÿÄ SjèkóÿÿÄÂRè,ÿÿÿj: cannot OPEN shared object file: No such file or directory. or segmentation fault what would be the problemQuote from: srikanthvarakhedkar on June 19, 2007, 12:07:55 AM
Have you deleted /usr/lib? or some other vital system files? If ldd still works, you can find out what libraries ls needs, but if even then you'll need to re-install linux.the /usr/lib is present, some commands are WORKING but some of them are not (i am using redhat linux enterprise 4.0) |
|