Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我看到 JProfiler 在库文件夹中带有 libstdc++ 和 libexpat。此外,标准位置库将首先加载,因为代理(libjprofilerti)稍后加载。
ldd -v 说这取决于打包的库。
为什么包含这些库?
在一些较旧的 Linux 发行版上,默认情况下不安装这些库,因此它们包含在 JProfiler 代理中。在现代 Linux 发行版上,确实没有必要捆绑这些库。