you pointing to a 64-bits Oracle, so you will to have everything in 64
bits and the compiler will need to be able to compile 64 bits binary as
well...
for GCC use the flags -m64
for ld use the flags -xarch=v9 and there is a big change you will need
to have a hardcoded library search path.. gcc =
I'm adding oracle support to an already configured and working PHP version
4.3.5. Here is what I just ran:
(ORACLE_HOME=/app/oracle/product/920_64)
funix-> ./configure --prefix=/usr/local/php
--with-apxs2=/usr/local/apache2/bin/apxs
--with-config-file-path=/usr/local/php --with-mysql
--wit