Hello,
I'm trying to compile PHP 4.0.6 on a Suse Linux machine with the oci8 option.
I have already installed the Oracle clients on this machine and I get this error:
In file included from internal_functions.c:34:
/usr/src/packages/SOURCES/php-4.0.6/ext/oci8/php_oci8.h:52: oci.h: No such file or directory
In file included from internal_functions.c:35:
/usr/src/packages/SOURCES/php-4.0.6/ext/oracle/php_oracle.h:23: ocidfn.h: No such file or directory
/usr/src/packages/SOURCES/php-4.0.6/ext/oracle/php_oracle.h:24: ociapr.h: No such file or directory
make[2]: [internal_functions.lo] Error 1
make[2]: Leaving directory /usr/src/packages/SOURCES/php-4.0.6/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory/usr/src/packages/SOURCES/php-4.0.6/main'
make: [all-recursive] Error 1
Now... I downloaded the full source tree twice ..
Can you help me?
Thanks in advance
Alberto Tarantino