https://issues.apache.org/bugzilla/show_bug.cgi?id=56413
--- Comment #20 from Ruediger Pluem <[email protected]> --- (In reply to Benji Taylor from comment #19) > I just tested the above patch: > > Index: util_pcre.c > =================================================================== > --- util_pcre.c (revision 1612204) > +++ util_pcre.c (working copy) > @@ -125,7 +125,7 @@ > const char *errorptr; > int erroffset; > int errcode = 0; > - int options = PCRE_DUPNAMES; > + int options = 0; > > if ((cflags & AP_REG_ICASE) != 0) > options |= PCRE_CASELESS; > > This does fix the issue and corrects any of the above mentioned pcre issues. > 2.4.10 starts without issue now. This means that you compile against a recent version of PCRE, but when you start Apache the RedHat provided PCRE is used. So you need to have a look at your LD_LIBRARY_PATH settings. -- 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]
