Justtechjobs.com Find a programming school near you






Online Campus Both


php4-beta | 199912

Re: [PHP4BETA] building PHP4 problems... out of virtual memory From: rasmus <email protected>
Date: 12/30/99

> make all-recursive
> make[1]: Entering directory `/usr/local/src/php-4.0b3'
> Making all in libzend
> make[2]: Entering directory `/usr/local/src/php-4.0b3/libzend'
> /bin/sh ./libtool --silent --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I/usr/local/src/php-4.0b3/./libzend -I. -g -O2
> -g -c -o zend_execute.lo zend_execute.c
> zend_execute.c: In function `execute':
> zend_execute.c:2118: virtual memory exhausted
> make[2]: *** [zend_execute.lo] Error 1
> make[2]: Leaving directory `/usr/local/src/php-4.0b3/libzend'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/local/src/php-4.0b3'
> make: *** [all-recursive-am] Error 2

Get yourself some more virtual memory by adding another swap partition, or
use --with-disable-inline when you configure PHP.

-Rasmus

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