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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 09:01:26 2024 UTC