Click to See Complete Forum and Search --> : Problem install php 4.3.10 and oracle 10g


fabriciovargas
12-29-2004, 06:24 PM
Hi
I am new using php. I am traing 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

and the result is
..............
................
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 am not sure what happen.

could any ano help me?

Thank you

Fabricio

tsinka
12-31-2004, 08:40 AM
Hi,

please post the file config.log (That file contains important info about which action exactly failed).

Which directories do ORACLE_BASE and ORACLE_HOME contain ?

Thomas