ID: 22770 Updated by: [EMAIL PROTECTED] Reported By: oyo37503 at hotmail dot com -Status: Open +Status: Bogus Bug Type: Oracle related Operating System: Redhat Linux 8 PHP Version: 4.3.1 New Comment:
Wrong path used. Plus you should use --with-oci8 instead. (ext/oracle is outdated anyway) Previous Comments: ------------------------------------------------------------------------ [2003-03-18 16:55:22] michael dot mauch at gmx dot de Set your --with-oracle=... to $ORACLE_HOME, which is probably /opt/oracle/product/8.1.7 . Probably you want to use --with-oci8 instead of --with-oracle. See http://www.php.net/manual/en/ref.oci8.php for details. ------------------------------------------------------------------------ [2003-03-18 12:06:05] oyo37503 at hotmail dot com I was install oracle 8.1.7 client on /opt/oracle and try to config php to support oracle, by use option --with-oracle=/opt/oracle # ./configure --with-oracle=/opt/oracle --with-apache=../apache.version --enable-track-vars # make after "make" it show error /usr/local/src/php-4.3.1/ext/oracle/php_oracle.h:23:20: ocidfn.h: No such file or directory /usr/local/src/php-4.3.1/ext/oracle/php_oracle.h:24:20: ociapr.h: No such file or directory In file included from /usr/local/src/php-4.3.1/ext/oracle/oracle.c:40: /usr/local/src/php-4.3.1/ext/oracle/php_oracle.h:69: parse error before "Lda_Def" and more ...... how can I fix this problem? Thank you.. Anan Ananthasri Thailand. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=22770&edit=1