Having a problem compiling PHP 4.3.2 (or 4.3.0) with Oracle oci8 on Unix Aix 5.1 with Apache 1.3.27 and Oracle 9.2.
The configure works great:
./configure --with-apache=/usr/local/apache_1.3.27 --enable-track-vars --with-oci8
Early in the make, I am getting the following errors. Our DBA says OCI libraries are installed, but I don't know how to verify this--there is an oci directory (/oracle/v92/oci) but it is empty except for a 'samples' sub-directory.
ld: 0711-317 ERROR: Undefined symbol: .OCIEnvInit
ld: 0711-317 ERROR: Undefined symbol: .OCIHandleAlloc
..[similar entries removed]..
ld: 0711-317 ERROR: Undefined symbol: .OCITypeByRef
ld: 0711-317 ERROR: Undefined symbol: .OCIObjectNew
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
collect2: ld returned 8 exit status
make: *** [sapi/cli/php] Error 1
Thanks for any help you can offer, this is driving me mad! Don.