Originally posted by: Montecarlo
Hi Wesley,
I looked in my build directory. Seems oci is the Oracle Instant Client and you have to use a configuration flag to enable it. Do you need it? There is a README in the oci8 subdirectory with information on the necessary configure flags.
I built without it using Nigel Griffith's suggested configuration flags. (see
http://www.ibm.com/developerworks/wikis/display/WikiPtype/aixopen) I removed flags that my version of configure reported as incorrect.
Here's my configure command:
export PATH=/opt/freeware/bin:$PATH
./configure --disable-cli --prefix=/usr/local --with-apxs2=/usr/local/apache2/bin
/apxs --with-config-file-path=/usr/local/apache2/conf --with-gd --with-zlib-dir=/
opt/freeware/lib --enable-shared --disable-static --with-png-dir=/opt/freeware/li
b --with-zlib --with-bz2 --with-jpeg-dir=/opt/freeware/lib --with-png-dir=/opt/fr
eeware/lib --with-xpm-dir=/opt/freeware/lib --with-freetype-dir=/opt/freeware/lib
Apache 2.2.18 was already built and installed.
Regards, Simon
#AIX-Forum