Solaris has pldd
. For Linux you can call ldd
on the executable or pmap
on a running process or look into /proc/PID/maps
for mapped libraries.
Solaris has pldd
. For Linux you can call ldd
on the executable or pmap
on a running process or look into /proc/PID/maps
for mapped libraries.