Re: [PHP-DEV] PHP 4.0 Bug #3081: Compiling stops at zend_execute From: Sascha Schumann (sascha <email protected>)
Date: 01/02/00

On Sat, Jan 01, 2000 at 09:59:55PM -0000, john <email protected> wrote:
> From: john <email protected>
> Operating system: RedHat6.1
> PHP version: 4.0 Beta 3
> PHP Bug Type: Compile Failure
> Bug description: Compiling stops at zend_execute
>
> When compiling with mysql and apxs or apache it stops with the file zend_execute. I also tried to compile without mysql and I get the same error.
>
> The error that I get is: "gcc: Internal compiler error: program cc1 got fatal signal 11".
>
> Can anyone tell me what I might have forgotten to do.

    Configure with --disable-inline. Later releases have this
    switch enabled by default for gcc.

    You need at least ~256MB of accessible memory (RAM + swap) to
    compile zend_execute.c on x86 with gcc. I once killed a Linux
    server which had only 128MB of RAM + 80MB of swap. Adding
    200MB swap helped.

-- 

Regards,

Sascha Schumann Consultant

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>