From: michel dot henaut at everyware dot ch Operating system: opensolaris 64bits PHP version: 5.2.8 PHP Bug Type: Compile Failure Bug description: cannot compile completly
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 bug report at http://bugs.php.net/?id=47182&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=47182&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=47182&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=47182&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=47182&r=fixedcvs Fixed in CVS and need be documented: http://bugs.php.net/fix.php?id=47182&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=47182&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=47182&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=47182&r=needscript Try newer version: http://bugs.php.net/fix.php?id=47182&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=47182&r=support Expected behavior: http://bugs.php.net/fix.php?id=47182&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=47182&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=47182&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=47182&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=47182&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=47182&r=dst IIS Stability: http://bugs.php.net/fix.php?id=47182&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=47182&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=47182&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=47182&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=47182&r=mysqlcfg
