Gerald Waugh wrote:
We have a Qube3, that will not compile php-4.3 This is the last error received but it does fail at random places. gcc: Internal compiler error: program cc1 got fatal signal 11 make: *** [ext/standard/var_unserializer.lo] Error 1 Any ideas Gerald --
forgot in the last post;fatal signal 11 is a "segmentation fault", meaning that the compiler accessed memory that was not assigned. This could of course be a bug in your software, but with very very common packages like php that compile fine on other systems, this linux BSOD equivalent is a strong indication of a hardware problem.
Bob.