ldd [Command]

Command ldd

ldd command displays the names of shared libraries required for execution.

Syntax

ldd [options] program

Options

-v displays the version number of ldd.
-V displays the version number of the dynamic linker (ld.so),
-d reallocates functions and reports the missing features.
-r redistributes the data and functions, reports of missing objects.

Description

The command ldd to determine which shared libraries are required to carry out these programs.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.