I am trying to configure PHP with Oracle support. I am using the following line to configure PHP.
./configure --with-nsapi=/local/apps/websrvr/app --enable-track-vars --enable-libgcc --with-oci8=/usr/dist/share/oracle,v7.0
I am running into a problem when I run the make command. I get the following output after I type make. What does it mean?
/bin/sh /usr/local/php-4.3.2/libtool --silent --preserve-dup-deps --mode=compile /usr/local/php-4.3.2/meta_ccld -Iext/oci8/ -I/usr/local/php-4.3.2/ext/oci8/ -DPHP_ATOM_INC -I/usr/local/php-4.3.2/include -I/usr/local/php-4.3.2/main -I/usr/local/php-4.3.2 -I/local/apps/websrvr/app/plugins/include -I/usr/local/php-4.3.2/Zend -I/usr/dist/share/oracle,v7.0/network/public -I/usr/local/php-4.3.2/ext/xml/expat -D_POSIX_PTHREAD_SEMANTICS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/usr/local/php-4.3.2/TSRM -DTHREAD=1 -g -O2 -pthreads -DZTS -prefer-pic -c /usr/local/php-4.3.2/ext/oci8/oci8.c -o ext/oci8/oci8.lo
In file included from /usr/local/php-4.3.2/ext/oci8/oci8.c:69:
/usr/local/php-4.3.2/ext/oci8/php_oci8.h:52: oci.h: No such file or directory
make: *** [ext/oci8/oci8.lo] Error 1
Any help that anyone could provide would be greatly appreciated. I have searched all over the place for others with the same problem but have been yet to find anything that makes sense.
Thanks for your help.