Try it again using --with-oci8=/opt/oracle/product/9.0.1 , instead of
Oracle.
I get the same error.
Also, check your apxs script against this page.
http://us2.php.net/manual/en/faq.build.php#faq.build.apxs
I had been building PHP as a static module, so I did not have an apxs
script.
But jus
Try it again using --with-oci8=/opt/oracle/product/9.0.1 , instead of Oracle.
(if you have already defined ORACLE_HOME, just use --with-oci8.)
Also, check your apxs script against this page.
http://us2.php.net/manual/en/faq.build.php#faq.build.apxs
--
Jim
>>> John Brayton <[EMAIL PROTECTED]> 01
I am trying to compile PHP 4.2.3 with Apache 1.3.27, Oracle 9.0.1, and
Java 1.4.1. I am doing this on Solaris 2.8.
My call to "configure" is:
./configure --prefix=/home/export/brayton/php
--with-apache=../apache_1.3.27 --with-oracle=/opt/oracle/product/9.0.1
--with-java=/opt/j2sdk1.4.1
The o