Development Environment

ldd

English

Overview

A command that shows the shared libraries an executable depends on.

Details

A command that lists the shared libraries and their paths that an executable dynamically depends on, used to investigate why an executable can't run because a needed library is missing.

More Linux terms