[PHP-DB] Building PHP with Oracle support

2007-01-24 Thread Andrew Bergman
Hi, I am trying to compile PHP 5.2.0 on RedHat Enterprise Linux 4 AS 64 bit with Oracle support. (not oci8). The configure line I have used is: ./configure --with-apxs2=/usr/sbin/apxs --with-config-file-path=/etc/httpd/conf/httpd.conf --with-oracle=/export/oracle/pegasus/product/9.2.0

Re: [PHP-DB] Building PHP with Oracle support

2007-01-24 Thread Christopher Jones
Wow - I suddenly realize It's been a long time since I compiled the obsolete oracle extension. We've done so much with the newer oci8 one recently. I had a similar problem with PDO_OCI recently that turned out to be a linking problem. Chris Andrew Bergman wrote: Hi, I am trying to compile