php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12013 RUSAGE_SELF not declared
Submitted: 2001-07-10 10:57 UTC Modified: 2001-07-10 11:55 UTC
From: zenturio at pool dot math dot tu-berlin dot de Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.0.6 OS: Linux 2.4.3
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: zenturio at pool dot math dot tu-berlin dot de
New email:
PHP Version: OS:

 

 [2001-07-10 10:57 UTC] zenturio at pool dot math dot tu-berlin dot de
libtool --silent --mode=compile gcc  -I. -I/home/zenturio/compile/php-4.0.6/ext/standard -I/home/zenturio/compile/php-4.0.6/main -I/home/zenturio/compile/php-4.0.6 -I/usr/include/apache -I/home/zenturio/compile/php-4.0.6/Zend -I/usr/local/include -I/usr/include/mysql -I/home/zenturio/compile/php-4.0.6/ext/xml/expat/xmltok -I/home/zenturio/compile/php-4.0.6/ext/xml/expat/xmlparse -I/home/zenturio/compile/php-4.0.6/TSRM  -DLINUX=22 -DUSE_HSREGEX -DUSE_EXPAT -DNO_DL_NEEDED -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2  -c microtime.c
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


Where should RUSAGE_SELF be definded? 
How can I fix this problem

Regards
Peter Hoffmann

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-10 11:18 UTC] rasmus@php.net
This is a FAQ.  See http://www.php.net/FAQ.php#6.12
 [2001-07-10 11:55 UTC] derick@php.net
Not a bug, so bogus
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 08:01:27 2025 UTC