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
