I'm using ldd to list out the dynamic dependencies for my executable.
However, it lists out only the first level dependency, is there any
way to list out the all the levels of dependencies? I'm looking for a
recursive option for ldd but couldn't find any so far :-(
Thanks in advance !!!
First google hit for "recursive ldd":
http://www.lysium.de/blog/index.php?/archives/35-Recursive-ldd.html
From the FreeBSD ldd manpage:
The ldd utility displays all shared objects that are needed to run the
given program or to load the given shared object. Contrary to nm(1),
the list includes ``indirect'' dependencies that are the result of
needed shared objects which themselves depend on yet other shared
objects.
Can you use that version?
Bjarni
--
INFORMATION WANTS TO BE FREE