'./configure' '--with-png-dir=/usr/local/lib' '--with-zlib-dir=/usr/local/lib' '--with-gd' '--with-apache=../apache_1.3.27' '--with-unixODBC=shared,/usr/local/easysoft/unixODBC' '--without-mysql' '--with-oracle=/u01/OraHome1' '--with-oci8=/u01/OraHome1' The build date is updated with today's date, and the Oracle connectivity still works - any ideas on why odbc_connect would be an undefined function with that configure command?
When you compile with the 'shared' option, you need to make sure either the php.ini loads the .so file or you do using http://www.php.net/dl
Is either happening? Check with a phpinfo page. -- Postgresql & php tutorials http://www.designmagick.com/ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php