...
You can use the Linux ldd
command to show dependencies of the agent’s library on Linux (see ldd(1) - Linux manual page )
Code Block | ||
---|---|---|
| ||
ldd libSL.DotNet.ProfilerLib.Linux.so # OR ldd <path-to-agent>/libSL.DotNet.ProfilerLib.Linux.so |
...
...
You can use the Linux ldd
command to show dependencies of the agent’s library on Linux (see ldd(1) - Linux manual page )
Code Block | ||
---|---|---|
| ||
ldd libSL.DotNet.ProfilerLib.Linux.so # OR ldd <path-to-agent>/libSL.DotNet.ProfilerLib.Linux.so |
...