kala wrote:
Hi
Oracle9i under RedHat 7.2 has been installed.
I've installed Apache 1.3.22.
(./configure --prefix=/opt/apache --enable-module=so)
Apache is working fine.
I tried to install PHP 4.1.2 with
./configure --with-oci8=/opt/oracle/product/9.0.1
--with-apxs=/opt/apache/bin/apxs --enable-track-vars
--with-oracle=/opt/oracle/product/9.0.1
--enable-sigchild
and made necessary changes in "configure" file as per
the solution under "Configuring PHP with ORACLE 8i Support" in the foll.site
http://www.phpbuilder.com/columns/yenigul20020122.php3?page=2
But i'm getting the following error.
checking for Oracle-OCI8 support... yes
checking Oracle
Install-Dir.../opt/oracle/product/9.0.1
configure: error: Unsupported Oracle version!
[root@oracle php-4.1.2]#
Can you pl.help me to sort out this problem?.
Thanx in Adv.
-kala