Update: configure argument changed to --with-mpm=prefork
and at least it loads: +++++++++++++ michael@x054:[/etc]/opt/httpd/sbin/apachectl -t AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 192.168.129.54. Set the 'ServerName' directive globally to suppress this message Syntax OK +++++++++++++ rebuilding with --with-mpm=worker to test that configuration... On Sun, Feb 26, 2012 at 9:30 PM, Michael Felt <[email protected]> wrote: > Unfortunately, although it builds fine, it does not start: > > httpd: Syntax error on line 143 of /etc/httpd/httpd.conf: Cannot load > /opt/httpd/libexec/mod_mpm_worker.so into server: rtld: 0712-001 Symbol > ap_fatal_signal_setup was referenced\n from module > /opt/httpd/libexec/mod_mpm_worker.so(), but a runtime definition\n of > the symbol was not found.\nrtld: 0712-001 Symbol ap_pid_fname was > referenced\n from module /opt/httpd/libexec/mod_mpm_worker.so(), but a > runtime definition\n of the symbol was not found.\nrtld: 0712-001 > Symbol ap_reclaim_child_processes was referenced\n from module > /opt/httpd/libexec/mod_mpm_worker.so(), but a runtime definition\n of > the symbol was not found.\nrtld: 0712-001 Symbol ap_relieve_child_processes > was referenced\n from module /opt/httpd/libexec/mod_mpm_worker.so(), > but a runtime definition\n of the symbol was not found.\nrtld: > 0712-001 Symbol ap_graceful_shutdown_timeout was referenced\n from > module /opt/httpd/libexec/mod_mpm_worker.so(), but a runtime > definition\n of the symbol was not found.\nrtld: 0712-001 Symbol > ap_mpm_safe_kill was referenced\n from module > /opt/httpd/libexec/mod_mpm_worker.so(), but a runtime definition\n of > the symbol was not found.\nrtld: 0712-001 Symbol ap_wait_or_timeout was > referenced\n from module /opt/httpd/libexec/mod_mpm_worker.so(), but a > runtime definition\n of the symbol was not found.\n\t0509-021 > Additional errors occurred but are not reported. > > I have been able to find a few of these routines in source code, e,g, > server/mpm_unix.c, but the routines are not included in > server/mpm_worker.o, hence .... > > Suggestions welcome (other than filing a bug report). > > Michael >
