Dear all, I have my server running on Linux RH 7.2, Kernel 2.4.7 (RPM), Apache 1.3.20, PHP 4.0.6, MySQl 3.23.xx. So far there is no problem. But now I tried to connect to Oracle DB on remote server (Oracle 9i). First I install the Oracle client in the webserver (Oracle 8i Client 8.1.6.0.0 - Programmer type) . Then I try the connection with tnsping and it works properly.
After that I reconfigured the PHP (I use guidance from Ismail Yenigul, Configuring PHP with Oracle 8i Support) ./configure --with-apxs=/usr/sbin/apxs --enable-track-vars \ --with-oci8=/home/oracle/OraHome1 \ --with-oracle=/home/oracle/OraHome1 /home/oracle/OraHome1 is my $ORACLE_HOME path There is no error when I run the configure script. I check the phpinfo and still : --without-oci8 --without-oracle In php.ini, I enable the line oci.so and oracle.so manually. But still there is no change in phpinfo. Finally I try to find those two file (oci8.so and oracle.so) all around my server and I can not find it. Could anybody help me with a clue ? Thank you. Regards, Gilijk --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.463 / Virus Database: 262 - Release Date: 17/03/2003 -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php