I have both, if i use only --with-oci8=$ORACLE_HOME, it will compile without problems (I already tested and works)
if i use --with-oracle=$ORACLE_HOME and --with-oci8=$ORACLE_HOME, i got the error checking for Oracle-ORACLE support... yes checking Oracle Install-Dir... /opt/oracle/product/base10g checking Oracle version... configure: error: Oracle needed libraries not found I read that i have to put manually the version 10 of oracle in the configure file, but i do not know how or where ----- Original Message ----- From: "Chris Hewitt" <[EMAIL PROTECTED]> Newsgroups: php.install To: "Fabricio Vargas" <[EMAIL PROTECTED]> Cc: "PHP Install List" <php-install@lists.php.net> Sent: Friday, December 31, 2004 10:09 AM Subject: Re: [PHP-INSTALL] Problem install php 4.3.10 and oracle 10g and RH3AS > On Thu, 2004-12-30 at 14:14, Fabricio Vargas wrote: > > Hi > > I am new using php. I am trying to install php 4.3.10 with oracle > > 10.1. The operating system is Red Hat 3AS > > > > I did this command > > > > ./configure --with-apxs2=/usr/sbin/apxs --prefix=$ORACLE_HOME > > --enable-track-vars --with-oci8=$ORACLE_HOME --with-gd > > --enable-sigchild --with-zlib --disable-rpath > > --with-config-file-path=/etc/httpd/conf --with-oracle=$ORACLE_HOME > > Fabricio, > > I've not had time to check in the manual but do you need both > --with-oracle and --with-oci8? From memory, --with-oracle is aimed at > Oracle 7. > > HTH > > Chris