I am having trouble with the 'make' on my PHP4 configure. I used the following: ./configure --with-oci8=/usr/local/oracle/8i/u01/app/oracle/product/8.1.5/ --with-oracle=/
usr/local/oracle/8i/u01/app/oracle/product/8.1.5/ --with-mysql --with-apache=../apache_1.3.12 --enable-track-vars --enable-sigchild
Everything seems to go peachy, until I try to make. then I get the following:
In file included from internal_functions.c:38:
/dwnlds/php-4.0.1pl2/ext/oracle/php_oracle.h:22: oratypes.h: No such file or directory
/dwnlds/php-4.0.1pl2/ext/oracle/php_oracle.h:23: ocidfn.h: No such file or directory
/dwnlds/php-4.0.1pl2/ext/oracle/php_oracle.h:24: ociapr.h: No such file or directory
In file included from internal_functions.c:39:
/dwnlds/php-4.0.1pl2/ext/oci8/php_oci8.h:56: oci.h: No such file or directory
make[2]: [internal_functions.lo] Error 1
make[2]: Leaving directory /dwnlds/php-4.0.1pl2/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory/dwnlds/php-4.0.1pl2/main'
make: [all-recursive] Error 1
I need some help with this!
Thanks,
Dave Perkins