System is AIX 4.3 with iPlanet 4.0 and mysql (gcc 2.9.5.2).
Configured PHP with:
./configure --with-mysql=/zd1/local/mysql/mysql-3.22.32 --with-nsapi=/usr/netscape/server4
--enable-libgcc --enable-experimental-zts
Compiled fine, ran make install, installed fine. Added lines to obj.conf and tried to
startup server and I get:
error)
load-modules: dlopen of /usr/netscape/server4/bin/libphp4.so failed
0509-023 Symbol builtin_delete in /usr/netscape/server4/bin/libphp4.so is
not defined.
/usr/netscape/server4/bin/libphp4.so is not defined.
/usr/netscape/server4/bin/libphp4.so is not defined.)
From reading the README.Zeus file in the php dist it describes a problem simular to this
but I don't know how to fix it.. I believe those symbols come from libgcc.a, Any ideas?