Glossary of Technical Terms
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z #
LD_LIBRARY_PATH
LD_LIBRARY_PATH is a standard, library environmental variable.
If you install
If you receive error messages--which state that libraries are missing--search your system for those libraries. If they are present, pass their paths to LD_LIBRARY_PATH. You may code the location in your shell script. Just be sure to shutdown the Broker before you re-execute that script. You may also set and export these variables from the commandline or a user's .profile.
Finally, certain [Environment] sections of your
See Also: LIBPATH(AIX Users), SHLIB_PATH(HP Users)
Referenced by...