Problems installing PHP5 with oci8
604921Oct 24 2007 — edited Oct 29 2007Hi!
I know I've probably overlooked something completely obvious, but when following the instructions given in this site to install PHP5 with Oracle and Apache, when it comes to the 'make' command, I get the following error:
/usr/local/php/php-5.2.4/ext/oci8/oci8.c: In function `php_oci_do_connect_ex':
/usr/local/php/php-5.2.4/ext/oci8/oci8.c:1360: `OCI_STMT_CACHE' undeclared (first use in this function)
/usr/local/php/php-5.2.4/ext/oci8/oci8.c:1360: (Each undeclared identifier is reported only once
/usr/local/php/php-5.2.4/ext/oci8/oci8.c:1360: for each function it appears in.)
/usr/local/php/php-5.2.4/ext/oci8/oci8.c:1393: `OCI_ATTR_STMTCACHESIZE' undeclared (first use in this function)
make: *** [ext/oci8/oci8.lo] Error 1
Obviously I'm missing some declaration, but cannot determine how...any ideas? BTW, I've searched the internet for an answer but have come up empty...
Regards,
DadaMungo
Message was edited by:
user601918