Advertisement

what is this error

Started by May 29, 2002 09:57 AM
4 comments, last by danz 22 years, 8 months ago
anyone knows what this error means ? "error while loading shared libraries: cannot open shared object file: cannot load shared object file: No such file or directory"
Your application can''t locate a .so file that it needs to function. You''ll have to figure out which one it is, and put it in the appropriate place.



SysOp_1101
SysOp_1101
Advertisement
how do i figure out ? is there any common way to discover all these libs
ldd ./binfile

That''ll output all the libraries a program needs, and it will show you their locations; if they cannot be found, it will tell you so.

rm -rf /bin/laden
thanks
update your glibc

the newer versions will tell you whats wrong

This topic is closed to new replies.

Advertisement