• Topic
  • Discussion
  • UdaWikiWeb.GlossaryEntryLIBPATH(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 #

    LIBPATH

    LIBPATH is an AIX library variable. If you install OpenLink's Data Access Drivers or Virtuoso on AIX, 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 LIBPATH. 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 this variable from the commandline or a user's .profile.

    Finally, certain [Environment] sections of your OpenLink Session Rules Book may contain LIBPATH. In this instance, you must pass your database's /lib sub-directory to that variable.

    See Also: LD_LIBRARY_PATH(Standard), SHLIB_PATH(HP Users)


    Referenced by...