php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #47182 cannot compile completely
Submitted: 2009-01-21 13:05 UTC Modified: 2009-01-21 19:23 UTC
From: michel dot henaut at everyware dot ch Assigned:
Status: Closed Package: Compile Failure
PHP Version: 5.2.8 OS: opensolaris 64bits
Private report: No CVE-ID: None
 [2009-01-21 13:05 UTC] michel dot henaut at everyware dot ch
Description:
------------
./configure  --prefix=/usr/local/ews_srv --with-pear --with-rrdtool=/usr/local/ews \
--enable-pcntl --with-openssl=/usr/local/ews --with-zlib --with-apxs2=/usr/local/ews_srv/bin/apxs
error while compiling posix.c
=> bug in ext/posix/config.m4
line 
if test ac_cv_have_utsname_domainname=yes; then
should be
if test $ac_cv_have_utsname_domainname = yes; then

buildconf --force
again configure : all is ok
NB: ./configure --enable-pcntl without other options reproduce the
bug
Question:Why to add a Linux specific stuff in posix ?







Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-01-21 19:23 UTC] jani@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-2026 The PHP Group
All rights reserved.
Last updated: Sun Feb 22 22:00:01 2026 UTC