EC4008

1 minute readReference

Synopsis

No LD_LIBRARY_PATH found in child environment.

Description

The LD_LIBRARY_PATH environment variable (used to search for shared libraries) is undefined.

Reasons

LD_LIBRARY_PATH is an environment variable you set to give the run-time shared library loader (ld.so) an extra set of directories to look for when searching for shared libraries. These directories are searched before standard directories. Multiple directories can be listed, separated with a colon (:). This list is prepended to the existing list of compiled-in loader paths for a given executable and any system default loader paths.

Fixes

Define the LD_LIBRARY_PATH environment variable for the child environment.