php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33255 "make install" fails on Solaris 9
Submitted: 2005-06-06 12:33 UTC Modified: 2005-06-06 14:45 UTC
From: thetaphi@php.net Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 5CVS-2005-06-06 (dev) OS: Solaris 9
Private report: No CVE-ID: None
 [2005-06-06 12:33 UTC] thetaphi@php.net
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:
--------------
pangaeaw@pans1:~/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
pangaeaw@pans1:~/install/php5-STABLE-200506060839$ 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-06-06 13:16 UTC] sniper@php.net
Try doing a clean CVS checkout before messing with stuff you apparently have no idea about..

 [2005-06-06 14:45 UTC] thetaphi@php.net
It was a snapshot install... I fixed the bug in 5.0.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 10 08:01:33 2024 UTC