php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40410 Posix Compile Error
Submitted: 2007-02-09 03:04 UTC Modified: 2007-02-09 10:15 UTC
From: normanmacintyre at aim dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 5.2.1RC4 OS: Mac OS X (10.3.9)
Private report: No CVE-ID: None
 [2007-02-09 03:04 UTC] normanmacintyre at aim dot com
Description:
------------
Problem in function posix_getgrgid

Actual result:
--------------
/www/build/scripts/php-5.2.1/ext/posix/posix.c: In 
function `zif_posix_getgrgid':
/www/build/scripts/php-5.2.1/ext/posix/posix.c:889: 
error: `_SC_GETGR_R_SIZE_MAX' undeclared (first use in 
this function)
/www/build/scripts/php-5.2.1/ext/posix/posix.c:889: 
error: (Each undeclared identifier is reported only once
/www/build/scripts/php-5.2.1/ext/posix/posix.c:889: 
error: for each function it appears in.)
make: *** [ext/posix/posix.lo] Error 1


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-09 10:15 UTC] tony2001@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 04:01:31 2024 UTC