php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11848 microtime.c compilation
Submitted: 2001-07-02 15:43 UTC Modified: 2001-07-02 18:23 UTC
From: siew at mx4 dot redestb dot es Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.0.6 OS: RedHat 6.0
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: siew at mx4 dot redestb dot es
New email:
PHP Version: OS:

 

 [2001-07-02 15:43 UTC] siew at mx4 dot redestb dot es
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)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-02 15:47 UTC] derick@php.net
RTFM: see www.php.net/FAQ.php, item 6.12

Derick
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 02:01:28 2025 UTC