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