An ELF interpreter for GNU/Linux that you can specify in your executables instead of the default (ld-linux.so
) to enable the targeted use of an alternative loader and library set. In contrast to setting LD_LIBRARY_PATH
and calling your desired loader version directly, it does not infect the environment for programs called by your program.