I'm used to do a ldd -d libxxx.so in Linux but it doesn't work in this AIX machine, I looked and I found some places to download the ldd program, but I actually want to know if there is a default application to see the libraries dependencies.
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
According to the Rosetta Stone for Unix, the command you want is "dump -H". |
|||
|
|
You can try genld to see what is loaded by the process or use dump-h as said Geoff Fritz. Here's one Ldd source code for aix. hope this helps. |
|||
|
|