On 07/09/16 18:33, Lukas Tribus wrote:
Do you compile on the same box were the executable runs?
No.
Looks like you have a mess with your system libraries.
Yes, turned out, build box had newer pcre installed (7 vs 8 major version). Compiling pcre statically solved that error/problem. Means that haproxy -vv reported "Built with PCRE version" version wrong previously. That confused me.
Compare "ldd haproxy" (working and non-working executable). You will probably see that it points to a different path (both pcre and openssl).
No, both pointed to proper installed libraries. I checked it before writing to list.
BTW: openssl version is also reported wrong by haproxy -vv. Veiko

