- ldd
lddb executable_file
In some circumstances, some versions of ldd may attempt to obtain the dependency information by directly executing the program.
- objdump
objdump -p executable_file | grep NEEDED
objdump
is the safer choice.
-
ldd(1)
-
objdump(1)