Anyone seen this? Apache 1.3.9 is compiled with mod_so. When building PHP 3.0.17 I get the following when linking:
cc -shared -o libphp3.so ./mod_php3.o libmodphp3-so.a -L/usr/local/lib -L/export/home/mysql-3.22.32-sun-solaris2.5.1-sparc/lib -lmysqlclient -lpam -lm -ldl -lsocket -lnsl -lresolv -R/export/home/mysql-3.22.32-sun-solaris2.5.1-sparc/lib
ld: fatal: option -h and building a dynamic executable are incompatible
ld: fatal: Flags processing errors
apxs:Break: Command failed with rc=65536
As far as I can tell, I am not even using the -h option to ld.
Thanks, Mark...