What tool can you use to print shared library dependencies?

What tool can you use to print shared library dependencies?

What tool can you use to print shared library dependencies?

A.
Idev

B.
Idconfig

C.
libdep

D.
libpath

E.
Idd

Explanation:
Idd command prints the shared libraries required by each program or shared library specified on the command line.
Example: Idd libdb.so.3 libc.so.6 =>/lib/tls/libc.so.6 (0x00237000) /lib/ID.Iinux.so.2 (0x0021e000)



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Evan Langlois

Evan Langlois

The question and answers both say I when it should say l .. lowercase L, not capital I.

The linker lib is /lib/ld-linux.so.2 or on more modern systems may show up as /lib64/ld-linux-x86-64.so.2 Thats “ld-” not “ID.” !!