On Oct 12, 2013, at 7:47 AM, Lukas Tribus <[email protected]> wrote:
> So I wonder if something changed on your side between those 2 builds or > whether the Makefile is screwing with the paths when compiling with PCRE. > > Could this be related to the fact that we call pcre-config call in the > Makefile, as per discussion in the thread "Static haproxy/openssl build > error"? > > Could you try what happens if you apply the patch from: > http://article.gmane.org/gmane.comp.web.haproxy/13547 > > (basically removing the line with "shell pcre-config --prefix" from the > Makefile). I tried it. With the line commented out it ended up with: Built with PCRE version : 8.02 2010-03-19 The crash still occurred just as before. Next I decided to try without SSL and it didn’t crash. Compiled with SSL it crashes even if I’m not using an SSL in the config. So PCRE and SSL = crash. PCRE without SSL is fine. SSL without PCRE is also fine. Seems like we’re narrowing it down. Where do we go from here? - Kevin

