LDLIBRARYPATH
LDLIBRARYPATH is not a standard, widely recognized environment variable in Unix-like systems. The correct and commonly used variable for controlling runtime shared library search paths is LD_LIBRARY_PATH. LDLIBRARYPATH may appear as a typo or as a user-defined alias in some scripts, but it is not interpreted by the dynamic linker in any standard way unless explicitly implemented in a shell or program.
LD_LIBRARY_PATH specifies a colon-separated list of directories that the dynamic linker should search for shared libraries
In practice, setting this variable affects how executables locate their dependencies and can influence which library
Best practices encourage installing libraries in standard locations or using binary-specific rpath/runpath settings, or configuring the