Re: Haproxy 1.6.9 failed to compile regex

2016-10-28 Thread Lukas Tribus
Hello, Am 28.10.2016 um 01:03 schrieb Willy Tarreau: For the record: this has been fixed; and I also implemented the correct "Built with PCRE" information. Haproxy 1.6.10 will contain those fixes. ~/haproxy-1.6$ git log --oneline v1.6.9.. | grep PCRE dcdd2ae MINOR: show Built with PCRE

Re: Haproxy 1.6.9 failed to compile regex

2016-10-27 Thread Willy Tarreau
On Thu, Oct 27, 2016 at 05:43:38PM +0200, Lukas Tribus wrote: > Hello, > > > Am 08.09.2016 um 17:48 schrieb Lukas Tribus: > > > > > Means that haproxy -vv reported "Built with PCRE version" version > > > wrong previously. That confused me. > > > > This returns the output of pcre_version() and

Re: Haproxy 1.6.9 failed to compile regex

2016-10-27 Thread Lukas Tribus
Hello, Am 08.09.2016 um 17:48 schrieb Lukas Tribus: Means that haproxy -vv reported "Built with PCRE version" version wrong previously. That confused me. This returns the output of pcre_version() and yes, the text should be renamed to "Running with PCRE version", because the runtime

Re: Haproxy 1.6.9 failed to compile regex

2016-09-08 Thread Lukas Tribus
Hello Veiko, Am 08.09.2016 um 13:11 schrieb Veiko Kukk: Yes, turned out, build box had newer pcre installed (7 vs 8 major version). Compiling pcre statically solved that error/problem. Good to hear. If you link against a shared library, you will have to make sure they match in major

Re: Haproxy 1.6.9 failed to compile regex

2016-09-07 Thread Vincent Bernat
❦ 7 septembre 2016 16:42 CEST, Veiko Kukk  : >> I tried to upgrade from 1.6.8 to 1.6.9, but found strange errors printed >> by haproxy 1.6.9. Any ideas, why? > > Another strange issue is that 1.6.9 shows: > Running on OpenSSL version : OpenSSL 1.0.0-fips 29 Mar 2010 > >

Re: Haproxy 1.6.9 failed to compile regex

2016-09-07 Thread Lukas Tribus
Am 07.09.2016 um 16:42 schrieb Veiko Kukk: On 07/09/16 14:37, Veiko Kukk wrote: I tried to upgrade from 1.6.8 to 1.6.9, but found strange errors printed by haproxy 1.6.9. Any ideas, why? Another strange issue is that 1.6.9 shows: Running on OpenSSL version : OpenSSL 1.0.0-fips 29 Mar 2010

Re: Haproxy 1.6.9 failed to compile regex

2016-09-07 Thread Veiko Kukk
On 07/09/16 14:37, Veiko Kukk wrote: I tried to upgrade from 1.6.8 to 1.6.9, but found strange errors printed by haproxy 1.6.9. Any ideas, why? Another strange issue is that 1.6.9 shows: Running on OpenSSL version : OpenSSL 1.0.0-fips 29 Mar 2010 System does have openssl 1.0.1e-48.el6_8.1

Haproxy 1.6.9 failed to compile regex

2016-09-07 Thread Veiko Kukk
Hi, I tried to upgrade from 1.6.8 to 1.6.9, but found strange errors printed by haproxy 1.6.9. Any ideas, why? [ALERT] 250/112901 (12026) : parsing [/etc/haproxy/haproxy.cfg:57] : 'reqirep' : regular expression '^([^ :]*) /(.*)' : failed to compile regex '^([^ :]*) /(.*)' (error=unknown or