Hello all...
I'm currently working on solaris 8 / apache 1.3.20 and php4.0.6
I tried to compile apache with the oci8 module and the ldap module and get for both of them the same kind of error...
after a while, compilation stopped and write:
in two columns :
Undefined symbol first referenced in
OCIfunctions modules/php4/libphp4.a(oci8.o)
... ...
and then finally
"ld: fatal: Symbol referencing erros. No output written to httpd"
The problem looks the same either with oci8 or ldap...
Before trying to compile apache with oracle and ldap, the compilation worked fine for mysql...
I tried adding the full path to the oracle librairies ($oracle_home,...) in the LD_LIBRARY_PATH, oracle_base and oracle_home are correctly set
here's the apache configure line: ./configure --with-layout=Apache --prefix=/usr/local/httpd --sysconfdir=/www/conf --enable-module=rewrite --enable-module=status --activate-module=src/modules/php4/libphp4.a
here's the php configure line: ./configure --with-mysql=/usr/local/mysql --with-config-file-path=/www/conf --with-apache=/usr/local/httpd --with-oci8 --enable-track-vars
Any help would be appreciated cause I'm really stucked