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

    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 #

    SHLIB_PATH

    SHLIB_PATH is HP/UX's library enviromental variable. If you install OpenLink's Data Access Drivers or Virtuoso on HP/UX, 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, you want to pass the path to SHLIB_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 SHLIB_PATH. In this instance, you must pass your database's /lib sub-directory to that variable.

    See Also: LD_LIBRARY_PATH(Standard), LIBPATH(AIX Users)


    Referenced by...