LD_DUMP_REL_POST | If set ld-elf.so.1 will print a table containing all relocations after symbol binding and relocation. |
LD_DUMP_REL_PRE | If set ld-elf.so.1 will print a table containing all relocations before symbol binding and relocation. |
LD_LIBMAP | A library replacement list in the same format as libmap.conf(5). For convenience, the characters = and , can be used instead of a space and a newline. This variable is parsed after libmap.conf(5), and will override its entries. |
LD_LIBMAP_DISABLE | If set, disables the use of libmap.conf(5) and LD_LIBMAP. |
LD_LIBRARY_PATH | A colon separated list of directories, overriding the default search path for shared libraries. This is ignored for set-user-ID and set-group-ID programs. |
LD_PRELOAD | A list of shared libraries, separated by colons and/or white space, to be linked in before any other shared libraries. If the directory is not specified then the directories specified by LD_LIBRARY_PATH will be searched first followed by the set of built-in standard directories. This is ignored for set-user-ID and set-group-ID programs. |
LD_BIND_NOW | When set to a nonempty string, causes ld-elf.so.1 to relocate all external function calls before starting execution of the program. Normally, function calls are bound lazily, at the first call of each function. LD_BIND_NOW increases the start-up time of a program, but it avoids run-time surprises caused by unexpectedly undefined functions. |
LD_TRACE_LOADED_OBJECTS |
| When set to a nonempty string, causes ld-elf.so.1 to exit after loading the shared objects and printing a summary which includes the absolute pathnames of all objects, to standard output. |
LD_TRACE_LOADED_OBJECTS_ALL |
| When set to a nonempty string, causes ld-elf.so.1 to expand the summary to indicate which objects caused each object to be loaded. |
LD_TRACE_LOADED_OBJECTS_FMT1 LD_TRACE_LOADED_OBJECTS_FMT2 |
| When set, these variables are interpreted as format strings a la printf(3) to customize the trace output and are used by ldd 1 s -f option and allows ldd(1) to be operated as a filter more conveniently. The following conversions can be used: |
|