PHP and ORACLE installation

admin

Administrator
Staff member
I am having trouble configuring php with oracle support
i am running redhat6.2 + php4.0.4pl1 + apache1.3.19 with oracle 8.1.5.0
i am trying to connect to my oracle server on a win2k machine...i can use sqlplus to connect to it but not through php...i have tried configuring php with oci8, oracle ...using --enable-sigchild but ...i keep running into a problem with files not being found but i see them where they are suppose to be..i cant make it past the make command when i try to complete the install of php
it bombs out giving me errors saying files are missing
here is what it tells me

USE_HSREGEX -DUSE_EXPAT -DXML_BYTE_ORDER=12 -g -O2 -c internal_functions.c
In file included from internal_functions.c:38:
/usr/src/php-4.0.4pl1/ext/oracle/php_oracle.h:22: oratypes.h: No such file or directory
/usr/src/php-4.0.4pl1/ext/oracle/php_oracle.h:23: ocidfn.h: No such file or directory
/usr/src/php-4.0.4pl1/ext/oracle/php_oracle.h:24: ociapr.h: No such file or directory
In file included from internal_functions.c:39:
/usr/src/php-4.0.4pl1/ext/oci8/php_oci8.h:45: oci.h: No such file or directory
make[2]: *** [internal_functions.lo] Error 1
make[2]: Leaving directory `/usr/src/php-4.0.4pl1/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/php-4.0.4pl1/main'
make: *** [all-recursive] Error 1


anyone have any advice....thanks
 
Back
Top