Now here's a new one,
has anybody ever tried to configure / build php on MacOSX (10.2) with an oracle oci8 client?
Well, if ever, please help me.
Configure line looks like
./configure --with-mysql=/usr/local/mysql --with-oci8=$ORACLE_HOME --with-apache=../apache_1.3.27
where ORACLE_HOME is set to /Users/oracle. The oracle OCI Client is installed
but now comes the good one 😕
checking for Oracle-OCI8 support... yes
checking Oracle Install-Dir... /Users/oracle
checking Oracle version... configure: error: Oracle-OCI8 needed libraries not found
though the oracle lib is installed in
ls /Users/oracle/lib/
libclntsh.dylib
any ideas??
Thanx so much in advance