Date: 08/31/01
- Next message: sniper <email protected>: "[PHP-DEV] Bug #13087 Updated: did make and that came out"
- Previous message: rasmus <email protected>: "[PHP-DEV] Bug #13086 Updated: fread design flaw"
- Next in thread: sniper <email protected>: "[PHP-DEV] Bug #13087 Updated: did make and that came out"
- Reply: sniper <email protected>: "[PHP-DEV] Bug #13087 Updated: did make and that came out"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: fankoil <email protected>
Operating system: Linux
PHP version: 4.0.6
PHP Bug Type: Compile Failure
Bug description: did make and that came out
I configured with and without: mysql, apache (dinamically/statically).
Same error with php-4.0.4pl1
[root <email protected> php-4.0.6]# make
Making all in Zend
make[1]: Entering directory `/usr/www/php-4.0.6/Zend'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/www/php-4.0.6/Zend'
Making all in main
make[1]: Entering directory `/usr/www/php-4.0.6/main'
make[2]: Entering directory `/usr/www/php-4.0.6/main'
make[2]: Nothing to be done for `all-p'.
make[2]: Leaving directory `/usr/www/php-4.0.6/main'
make[1]: Leaving directory `/usr/www/php-4.0.6/main'
Making all in ext
make[1]: Entering directory `/usr/www/php-4.0.6/ext'
Making all in mysql
make[2]: Entering directory `/usr/www/php-4.0.6/ext/mysql'
make[3]: Entering directory `/usr/www/php-4.0.6/ext/mysql'
make[3]: Nothing to be done for `all-p'.
make[3]: Leaving directory `/usr/www/php-4.0.6/ext/mysql'
make[2]: Leaving directory `/usr/www/php-4.0.6/ext/mysql'
Making all in pcre
make[2]: Entering directory `/usr/www/php-4.0.6/ext/pcre'
Making all in pcrelib
make[3]: Entering directory `/usr/www/php-4.0.6/ext/pcre/pcrelib'
make[4]: Entering directory `/usr/www/php-4.0.6/ext/pcre/pcrelib'
make[4]: Nothing to be done for `all-p'.
make[4]: Leaving directory `/usr/www/php-4.0.6/ext/pcre/pcrelib'
make[3]: Leaving directory `/usr/www/php-4.0.6/ext/pcre/pcrelib'
make[3]: Entering directory `/usr/www/php-4.0.6/ext/pcre'
make[3]: Nothing to be done for `all-p'.
make[3]: Leaving directory `/usr/www/php-4.0.6/ext/pcre'
make[2]: Leaving directory `/usr/www/php-4.0.6/ext/pcre'
Making all in posix
make[2]: Entering directory `/usr/www/php-4.0.6/ext/posix'
make[3]: Entering directory `/usr/www/php-4.0.6/ext/posix'
make[3]: Nothing to be done for `all-p'.
make[3]: Leaving directory `/usr/www/php-4.0.6/ext/posix'
make[2]: Leaving directory `/usr/www/php-4.0.6/ext/posix'
Making all in session
make[2]: Entering directory `/usr/www/php-4.0.6/ext/session'
make[3]: Entering directory `/usr/www/php-4.0.6/ext/session'
make[3]: Nothing to be done for `all-p'.
make[3]: Leaving directory `/usr/www/php-4.0.6/ext/session'
make[2]: Leaving directory `/usr/www/php-4.0.6/ext/session'
Making all in standard
make[2]: Entering directory `/usr/www/php-4.0.6/ext/standard'
make[3]: Entering directory `/usr/www/php-4.0.6/ext/standard'
gcc -I. -I/usr/www/php-4.0.6/ext/standard -I/usr/www/php-4.0.6/main
-I/usr/www/php-4.0.6 -I/usr/www/apache_1.3.19/src/include
-I/usr/www/apache_1.3.19/src/os/unix -I/usr/www/php-4.0.6/Zend
-I/usr/local/mysql/include/mysql -I/usr/www/php-4.0.6/ext/xml/expat/xmltok
-I/usr/www/php-4.0.6/ext/xml/expat/xmlparse -I/usr/www/php-4.0.6/TSRM
-DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2 -c microtime.c && touch
microtime.lo
microtime.c: In function `php_if_getrusage':
microtime.c:99: storage size of `usg' isn't known
microtime.c:102: `RUSAGE_SELF' undeclared (first use in this function)
microtime.c:102: (Each undeclared identifier is reported only once
microtime.c:102: for each function it appears in.)
microtime.c:108: `RUSAGE_CHILDREN' undeclared (first use in this
function)
make[3]: *** [microtime.lo] Error 1
make[3]: Leaving directory `/usr/www/php-4.0.6/ext/standard'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/www/php-4.0.6/ext/standard'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/www/php-4.0.6/ext'
make: *** [all-recursive] Error 1
[root <email protected> php-4.0.6]#
Using RHL, kernel 2.2.16, athlon 700.
-- Edit bug report at: http://bugs.php.net/?id=13087&edit=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>
- Next message: sniper <email protected>: "[PHP-DEV] Bug #13087 Updated: did make and that came out"
- Previous message: rasmus <email protected>: "[PHP-DEV] Bug #13086 Updated: fread design flaw"
- Next in thread: sniper <email protected>: "[PHP-DEV] Bug #13087 Updated: did make and that came out"
- Reply: sniper <email protected>: "[PHP-DEV] Bug #13087 Updated: did make and that came out"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

