I'm looking for a specific command to extract the libraries linked to a specific process. Would someone get an idea ??
This is definitely in the wrong forum (I'm sure a mod will move it)!
Anyway, try the "ldd" command to show shared libraries (under Linux anyway), e.g.
$ ldd /bin/ls
libtermcap.so.2 => /lib/libtermcap.so.2 (0x4001e000)
libc.so.6 => /lib/tls/libc.so.6 (0x42000000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
Your question doesn't really give enough info (i.e. which OS you're using)
Cheers
ZB
yeah. moved!
post what OS, and ill move it to that specific forum, as i belive the command sought will be pretty OS specific. i may be wrong though.