From: [EMAIL PROTECTED] Operating system: Solaris 9 PHP version: 5CVS-2005-06-06 (dev) PHP Bug Type: *General Issues Bug description: "make install" fails on Solaris 9
Description: ------------ There seems to be a shell script problem in "make install" on Solaris. It worked with 5.0.4. Reproduce code: --------------- after compiling start: gmake install Expected result: ---------------- "gmake install" runs without error Actual result: -------------- [EMAIL PROTECTED]:~/install/php5-STABLE-200506060839$ gmake install Installing PHP SAPI module: nsapi Installing PHP CLI binary: /pangaea/gnu/bin/ Installing PHP CLI man page: /pangaea/gnu/man/man1/ Installing PEAR environment: /pangaea/gnu/lib/php/ [PEAR] Archive_Tar - already installed: 1.3.1 [PEAR] Console_Getopt - already installed: 1.2 [PEAR] PEAR - already installed: 1.3.5 Wrote PEAR system config file at: /pangaea/gnu/etc/pear.conf You may want to add: /pangaea/gnu/lib/php to your php.ini include_path [PEAR] HTML_Template_IT- already installed: 1.1 [PEAR] Net_UserAgent_Detect- already installed: 2.1.0 [PEAR] XML_RPC - already installed: 1.2.2 Installing build environment: /pangaea/gnu/lib/php/build/ Installing header files: /pangaea/gnu/include/php/ Installing helper programs: /pangaea/gnu/bin/ program: phpize program: php-config /bin/sh: syntax error at line 1: `;' unexpected gmake: *** [install-programs] Error 2 [EMAIL PROTECTED]:~/install/php5-STABLE-200506060839$ -- Edit bug report at http://bugs.php.net/?id=33255&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=33255&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=33255&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=33255&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=33255&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=33255&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=33255&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=33255&r=needscript Try newer version: http://bugs.php.net/fix.php?id=33255&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=33255&r=support Expected behavior: http://bugs.php.net/fix.php?id=33255&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=33255&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=33255&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=33255&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=33255&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=33255&r=dst IIS Stability: http://bugs.php.net/fix.php?id=33255&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=33255&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=33255&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=33255&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=33255&r=mysqlcfg
