Re: [PHP-INST] OS X, PHP and OCI8

2003-06-24 Thread Charlie Smith
I've been successful with php and Apache 1.3.27 with OCI. I did have to change all the Makefiles to point to Oracle's 32 bit library as I used gcc 2.95. >>> "Matt Rohrer" <[EMAIL PROTECTED]> 06/24/03 06:38AM >>> I'm trying to get a PHP apache module with oci8 support running on OS X. I'm usin

[PHP-INST] OS X, PHP and OCI8

2003-06-24 Thread Matt Rohrer
I'm trying to get a PHP apache module with oci8 support running on OS X. I'm using Oracle's 'Release 9.2.0.1.0 - Developer's Release' and php 4.3.2. Everything builds fine with a simple ./configure --with-axps --with=oci8 and I'm able to connect to the db and run queries with the CLI version