Comments on How to list shared libraries used by a Linux binary using ldd command
If your work involves deep knowledge of executables and shared libraries in Linux, there are several command line tools that you should be aware of. One of those is ldd, which you can use to access shared object dependencies. In this tutorial, we will discuss the basics of this utility using some easy to understand examples.
2 Comment(s)
Add comment
Comments
By: Van at: 2019-02-19 00:13:58
I just learned about the ldd command recently and desired more info about it. Thank you for the informative post.
By: Arch at: 2019-05-24 12:21:26
Personally, I didn't find this article useful. It does nothing but list the command line arguments.
I had hoped to learn to comprehend the output of the ldd command.