ID: 47182 Updated by: [email protected] Reported By: michel dot henaut at everyware dot ch -Status: Open +Status: Closed Bug Type: Compile Failure Operating System: opensolaris 64bits PHP Version: 5.2.8 New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [2009-01-21 13:05:42] 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 ? ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=47182&edit=1
