[PHP-DEV] PHP 4.0 Bug #3979: Compilation (make) of PHP4RC1 fails From: aleino <email protected>
Date: 03/30/00

From: aleino <email protected>
Operating system: RedHatLinux 6.1
PHP version: 4.0 Release Candidate 1
PHP Bug Type: Compile Failure
Bug description: Compilation (make) of PHP4RC1 fails

Was configured with:
./configure --with-mysql --with-apache=../apache --enable-track-vars --disable-debug

Make wasn't a success;
info on screen:

make[3]: Entering directory `/usr/local/src/php-4.0RC1/ext/standard'
gcc -DHAVE_CONFIG_H -I. -I/usr/local/src/php-4.0RC1/ext/standard -I../.. -I../../Zend -I/usr/local/src/php-4.0RC1 -I/
usr/local/src/apache/src/include -I/usr/local/src/apache/src/os/unix -I/usr/local/src/php-4.0RC1/ext/mysql/libmysql -
I/usr/local/src/php-4.0RC1/ext/xml/expat/xmltok -I/usr/local/src/php-4.0RC1/ext/xml/expat/xmlparse -DXML_BYTE_ORDER=
12 -D_REENTRANT -g -O2 -c microtime.c && touch microtime.lo
microtime.c: In function `php_if_getrusage':
microtime.c:97: storage size of `usg' isn't known
microtime.c:100: `RUSAGE_SELF' undeclared (first use in this function)
microtime.c:100: (Each undeclared identifier is reported only once
microtime.c:100: for each function it appears in.)
microtime.c:106: `RUSAGE_CHILDREN' undeclared (first use in this function)
make[3]: *** [microtime.lo] Error 1
make[3]: Leaving directory `/usr/local/src/php-4.0RC1/ext/standard'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/php-4.0RC1/ext/standard'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/usr/local/src/php-4.0RC1/ext'
make: *** [all-recursive] Error 1

-- 
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>