How do I know how ldd resolved the dependency

Viewed 867

For a dependency identified by ldd, how do I know whether it used the binary's RPATH or the environment's LD_LIBRARY_PATH ?

1 Answers
Related