Hi, in mpm_common.h there appear now some new functions named ap_mpm_pod_*; however I can currently find only one C implementation of these functions in mpm_unix.c - how is it supposed to work for other mpms? Should each mpm have an adapted copy of these functions in its own files?
Linking Release.o/Apache2.nlm ### mwldnlm Linker Error: # Undefined symbol: ap_mpm_pod_check in # Export list ### mwldnlm Linker Error: # Undefined symbol: ap_mpm_pod_close in # Export list ### mwldnlm Linker Error: # Undefined symbol: ap_mpm_pod_killpg in # Export list ### mwldnlm Linker Error: # Undefined symbol: ap_mpm_pod_open in # Export list ### mwldnlm Linker Error: # Undefined symbol: ap_mpm_pod_signal in # Export list can please someone give me some hints? thanks, Günter.
