Penguin
Note: You are viewing an old revision of this page. View the current version.

error while loading shared library. cannot open shared object file

This occurs when it can't load a shared library, use "ldd(1)" to determine which libraries this program is trying to link against and which ones are missing or can't be linked against. eg
ldd /bin/cat