Re: [PHP-INSTALL] Php433 running on RedHat73 with support to OCI8

2003-10-08 Thread Jim Thome
Your configure line is telling PHP to compile Oracle support into PHP, not as a self-contained extension (.so). Check phpinfo() to see if Oracle support was compiled into your PHP DSO. -- Jim >>> "Adriano Rocha" <[EMAIL PROTECTED]> 10/08/03 01:40PM >>> Hi there, I'm running Linux RedHat7.3 with

[PHP-INSTALL] Php433 running on RedHat73 with support to OCI8

2003-10-08 Thread Adriano Rocha
Hi there, I'm running Linux RedHat7.3 with PHP 4.3.3. Same machine runs Oracle 9.0.1 with ORACLE_HOME = /usr4/oracle/9.0. When I compile php with oci8 support, using the commands below, ... root # > ./configure --with-oci8 (no errors) root # > make (no errors) root # > make install (no errors)