I am trying to compile php 4.3.1 with oracle client 9.2.0 on a solais 8 box. I have apache installed with mod_so and oracle client 9.2.0 installed but when i compile php with oci8 support it always failes
Please help with this
bash-2.05# make
/bin/sh libtool --silent --mode=compile gcc -Iext/oci8/ -I/root/php-4.3.1/ext/oci8/ -DPHP_ATOM_INC -I/root/php-4.3.1/include
-I/root/php-4.3.1/main -I/root/php-4.3.1 -I/root/php-4.3.1/Zend -I/usr/local/ssl/include -I/usr/local/include -I/usr/local/m
ysql/include/mysql -I/opt/oracle/product/9.2.0/rdbms/demo -I/root/php-4.3.1/ext/xml/expat -D_POSIX_PTHREAD_SEMANTICS -DSOLAR
IS2=280 -DMOD_SSL=208112 -DEAPI -DUSE_EXPAT -I/root/php-4.3.1/TSRM -g -O2 -prefer-pic -c /root/php-4.3.1/ext/oci8/oci8.c -o
ext/oci8/oci8.lo
/root/php-4.3.1/ext/oci8/oci8.c:69: parse error before string constant
/root/php-4.3.1/ext/oci8/oci8.c:139: parse error before "php_oci_globals"
/root/php-4.3.1/ext/oci8/oci8.c:139: warning: data definition has no type or storage class
/root/php-4.3.1/ext/oci8/oci8.c:158: parse error before "oci_handle_error"
/root/php-4.3.1/ext/oci8/oci8.c:158: parse error before '*' token
....