• Topic
  • Discussion
  • UdaWikiWeb.GlossaryEntryLDLIBRARYPATH(Last) -- Owiki? , 2016-08-19 15:00:06 Edit owiki 2016-08-19 15:00:06

    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 OpenLink's Data Access Drivers or Virtuoso on Unix, you want to run openlink.sh (Bourne/Bash shell) or openlink.csh (C shell). These scripts reside in your product's root directory, and they set all necessary PATH and ODBC-related variables.

    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 OpenLink Session Rules Book may contain LD_LIBRARY_PATH. In this instance, you must pass your database's /lib sub-directory to that variable.

    See Also: LIBPATH(AIX Users), SHLIB_PATH(HP Users)


    Referenced by...