https://bz.apache.org/bugzilla/show_bug.cgi?id=69954
--- Comment #1 from Stefan Eissing <[email protected]> --- It seems your build sees old ARP header files. The code in mod_md does: #if APR_VERSION_AT_LEAST(1,6,0) #include <apr_cstr.h> #else /* Define a (poor) backwards-compatibility entry point for * apr_cstr_casecmp() from APR 1.6. */ #define apr_cstr_casecmp apr_natcasecmp #endif Since the symbol apr_natcasecmp turns up in the module, the APR version check saw the wrong version? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
