|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-03-07 10:14 UTC] ichael dot Muehrenberg at harz dot de
[2000-04-16 12:02 UTC] rasmus at cvs dot php dot net
[2000-04-27 14:01 UTC] sas at cvs dot php dot net
[2000-07-31 15:03 UTC] sas@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Jul 13 05:00:02 2026 UTC |
I get: functions/microtime.c: In function `php3_getrusage': functions/microtime.c:122: storage size of `usg' isn't known functions/microtime.c:125: `RUSAGE_SELF' undeclared (first use in this function) functions/microtime.c:125: (Each undeclared identifier is reported only once functions/microtime.c:125: for each function it appears in.) functions/microtime.c:131: `RUSAGE_CHILDREN' undeclared (first use in this function) make: *** [functions/microtime.o] Error 1 This thing is mentioned in bug id #3406 and a possible solution is given: Does /usr/include/sys/resource.h exist? If no, install the libc header files Well, I have 'em installed but the compile error is still there...