[PHP-DEV] Bug #11848: microtime.c compilation From: siew <email protected>
Date: 07/02/01

From: siew <email protected>
Operating system: RedHat 6.0
PHP version: 4.0.6
PHP Bug Type: Compile Failure
Bug description: microtime.c compilation

I've tried to compile using:
'./configure --with-mysql
--with-apx=/usr/local/apache/bin/apxs'
and after typing 'make', it said:

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)

-- 
Edit Bug report at: http://bugs.php.net/?id=11848&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>