I f'in hate oracle seriousleeeeeeeee.
I'm having to install Oracle 8.1.7 (which as we all know is designed only for Linux and requires all sorts of afro engineering to get it to work on FreeBSD). I got the install finished yesterday. Today I installed Apache without any problems. When I go to CONFIGURE PHP using: ./configure --with-mysql --with-apxs --with-oci8=/path/to/oracle/8.1.7 --with-oracle=/path/to/oracle/8.1.7 , conftest cores out like a little whiney bitch and this shows up in the debug.log file:
/usr/libexec/elf/ld: warning: libm.so.6, needed by /path/to/oracle/8.1.7/lib/libclntsh.so, may conflict with libm.so.2
/usr/libexec/elf/ld: warning: libc.so.6, needed by /path/to/oracle/8.1.7/lib/libclntsh.so, may conflict with libc.so.4
Ignoring this only causes Apache to core out when I try to start it after installing PHP.
Any suggestions folks?