Changes between Version 2 and Version 3 of Oracle


Ignore:
Timestamp:
May 4, 2011, 1:28:50 PM (13 years ago)
Author:
warmerdam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Oracle

    v2 v3  
    44
    55== Building with Oracle Database Instant Client ==
     6
     7It is generally necessary to put the instant client directory (which holds the shared libraries) in your LD_LIBRARY_PATH or equivelent *before* running configure.  Use the --with-oci-lib and --with-oci-include options to specifically indicate the include and library directories.  Often something like:
     8
     9{{{
     10./configure
     11    --with-oci-include=/home/warmerda/pkg/oracle_instantclient_11_2/sdk/include \
     12    --with-oci-lib=/home/warmerda/pkg/oracle_instantclient_11_2
     13}}}
    614
    715On Linux, if you are using the [http://www.oracle.com/technology/tech/oci/instantclient/index.html Instant Client] and './configure' can not locate Oracle headers and libraries and throws in config.log a message saying: