Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > Post Install Guide

   

Linking Against the Adaptor

On HP-UX applications must explicitly link against the adaptor framework and the client libraries. New makefiles look for adaptor frameworks and automatically add in the right linker arguments. Simply add the adaptor framework to your project, make sure that LD_LIBRARY_PATH contains the client library directory, and set the requisite environment variable specifying where the client libraries are installed. For Oracle set ORACLE_HOME and, optionally, ORACLE_REL in the makefile preamble. (The ORACLE_REL flag controls which set of libraries are used. It uses the Oracle 7.3 static link libraries by default, but you can also specify "8.0-static" or "7.3-dynamic".) For Sybase set SYBASE_HOME. For Informix set INFORMIX_HOME, INFORMIXDIR, and INFORMIXSERVER.


© 1999 Apple Computer, Inc. – (Last Updated 19 Oct 99)