Skip to main content.

2004-Jan-29

On ELF systems the following commands could be used to print the run-time library search path of an ELF executable or library object:
objdump -p /path/to/command | grep RPATH
readelf -d /path/to/command | grep RPATH