On Thu, May 8, 2008 at 5:13 PM, Gregory Boyce <[EMAIL PROTECTED]> wrote: > Ok, I found the trigger for the bug, but I'm not sure what the correct fix > is. > > It appears that Apache on SuSE sets AP_DEBUG as part of the EXTRA_CPPFLAGS > variable in config_vars.mk while Debian does not. Manually removing > AP_DEBUG on a SuSE box causes the module to compile and adding it to Debian > causes the compile to fail.
>> mod_mbox_util-mod-mbox-util.o: In function `scan_dir': >> /root/mod_mbox/module-2.0/mod-mbox-util.c:162: undefined reference to >> `ap_strstr' server/util_debug.c always implements the functions to avoid the AP_DEBUG having to match. I don't understand why the symbols are being resolved when mod_mbox is linked. They will be present in httpd when mod_mbox.so is loaded.
