【发布时间】:2018-06-01 15:44:46
【问题描述】:
这可能已经有了答案,但我找不到。
我想知道二进制文件使用了哪个共享对象(基于LD_LIBRARY_PATH、/etc/ld.so.conf 等...)。类似于which 命令但用于.so。
谢谢
【问题讨论】:
-
How do I find the direct shared object dependencies of a Linux binary?、How to find out the dynamic libraries executables loads when run、How to check what shared libraries are loaded at run time for a given process?、See currently loaded Shared Objects in Linux、How do I know which shared libraries are loaded by an already running process?等
标签: linux compilation linker shared-libraries