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" <dbmaster@terra.com.br> 10/08/03 01:40PM >>> 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) ... it does not create the oci8.so file. Obviously, php pages on OCILogon and related functions crashes with undefined function error. However, if I run php on Win2k, uncommenting php_oci8.dll in c:\winnt\php.ini, everything works wonderfully!!! Can Anybody help? Thanks a lot! Adriano -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php