Click to See Complete Forum and Search --> : help me find the command


saturn-vk
10-09-2002, 04:25 PM
what was the command that showed you what libraries a program tries to access, cuz you know that when it cant find a library, it just sais that it cannot open the shared library, without giving you a name or anything.

so anyone remember what the command was?

Choozo
10-09-2002, 04:38 PM
ldd /path/to/programname

saturn-vk
10-09-2002, 05:10 PM
thx mate

bwkaz
10-09-2002, 06:13 PM
Originally posted by saturn-vk
cuz you know that when it cant find a library, it just sais that it cannot open the shared library, without giving you a name or anything.:confused:

No, it tells me, for example, "/mnt/lfsold/usr/kde3/bin/artscontrol: error while loading shared libraries: libartskde.so.1: cannot open shared object file: No such file or directory"...

Or did you just get a GUI messagebox error? This was what I got when I tried to run artscontrol (which is on a different Linux partition than the one I'm currently rooted at) without its requirements anywhere, from a terminal.