runpath
Runpath is a term used in computing to describe the runtime library search path that a dynamic linker uses to locate shared libraries needed by an executable or shared object. In ELF binaries, the runpath information is stored in the dynamic section as the DT_RUNPATH tag (often referred to simply as RUNPATH). It is related to, but distinct from, the older RPATH mechanism.
The runpath specifies directories that the dynamic loader should search for dependencies at load time. Its
A related concept is RPATH, which historically served a similar role but had different precedence rules with
Practically, runpath can be inspected with tools such as readelf or objdump, and its contents can be