Re: [PHP-INSTALL] segmentation fault with --disable-debug

2009-02-26 Thread Jonathan P
David? Where did I get that from.sorry! Thanks Paul!!! ""Jonathan P"" wrote in message news:e2.21.30584.37ad6...@pb1.pair.com... Excellent thanks David it worked! I am getting the following failed test results on 'make test', I'm not sure if any of them are a major worry.are you awa

Re: [PHP-INSTALL] segmentation fault with --disable-debug

2009-02-26 Thread Jonathan P
Excellent thanks David it worked! I am getting the following failed test results on 'make test', I'm not sure if any of them are a major worry.are you aware of any that are? = TEST RESULT SUMMARY --

Re: [PHP-INSTALL] segmentation fault with --disable-debug

2009-02-25 Thread Paul Reinheimer
Hi Jonathan, Before compiling PHP at the command line run export CFLAGS=-O1, then use your ./configure line. You may wish to make clean before this. paul

Re: [PHP-INSTALL] segmentation fault with --disable-debug

2009-02-25 Thread Jonathan P
Hi Paul, Thanks for the reply. I'm trying to compile with --disable-debug, should I still compile with those flags? PS: what would the configure line look like? I'm not clued up on flags etc Any help would be fantastic. regards Jonathan "Paul Reinheimer" wrote in message news:6ec19ec7090

Re: [PHP-INSTALL] segmentation fault with --disable-debug

2009-02-25 Thread Paul Reinheimer
Good Morning, One of the side effects of running --enable-debug is that it exports a few CFLAGS, including -O1 or -O0 or the like. Do you want to try setting that flag manually, then rebuilding PHP? See if the same errors occur. paul