This appers to be too difficult for the users list ... can anyone here help?
Solaris 9 8/03 SPARC gcc 2.95.3 Solaris /usr/ccs/bin compiler tools apache 1.3.29/mod_ssl-2.8.16-1.3.29/openssl-0.9.7c/mm-1.3.0 I am using the same build procedure and sources as on Solaris 8 machines. All works fine under Solaris 8 (same machine), but not Solaris 9: # ./apachectl configtest Syntax error on line 205 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/mod_mime_magic.so into server: ld.so.1: /usr/local/apache/bin/httpd: fatal: relocation error: file /usr/local/apache/libexec/mod_mime_magic.so: symbol ap_pcalloc: referenced symbol not found mm library is compiled statically only, and I have verified during make that the correct cpp/ld paths are used. I tried compiling all modules statically into the server, no dso support, but ran into problems with mod_layout. A Google search did not produce anything helpful. Any ideas? I have apache2 running successfully on a Solaris 9 box, but the web site in question needs some rework to be usable with it (modules, local scripts and cgi).