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
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
without option --with-oracle=$ORACLE_HOME , it works well
could anyone help me?
Thank you
Fabricio
|