My guess would be the new pound was compiled without the PCRE library. (Since 0 width lookaheads probably require that...) Do a ldd on each pound binary and see if either one is using libs the other isn't.
You could try adding the --enable-pcreposix option to configure. Joe > -----Original Message----- > From: thedoghousemailcom [mailto:[email protected]] > Sent: Tuesday, January 04, 2011 9:07 AM > To: [email protected] > Subject: [Pound Mailing List] URL > > Hi list, > > I'm using CentOS 5.5 x64 with Pound 2.4.3 (pound-2.4.3-1.el5.rf). My > current config contains the following line: > > URL "^(.(?!cgi-bin))*\.(css|doc|gif|ico|jpg|pdf|png|ppt|rtf|xls)$" > > Everything works fine. Pound checks the config: > > pound -c > starting... > Config file /etc/pound.cfg is OK > > > Today I tried to upgrade to Pound 2.5-1 from the scratch. > > But if I try to start a verify with the same config, Pound tell me > something about "URL bad pattern": > > pound -c > starting... > /etc/pound.cfg line 36: URL bad pattern - aborted > > Line 36 is the above "URL-line". > > Could someone give me please some advices? > > Thank you very much. > > Greetings > > Paul > > -- > To unsubscribe send an email with subject unsubscribe to > [email protected]. > Please contact [email protected] for questions. -- To unsubscribe send an email with subject unsubscribe to [email protected]. Please contact [email protected] for questions.
