php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33103 make install syntax error
Submitted: 2005-05-22 19:37 UTC Modified: 2005-05-23 09:11 UTC
From: gregrlb at softhome dot net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 5CVS-2005-05-22 (stable) OS: AIX 5.2
Private report: No CVE-ID: None
 [2005-05-22 19:37 UTC] gregrlb at softhome dot net
Description:
------------
Hello,

I had problems to do the 'configure' of php-5.0.3 and found the solution here (bug #31131). On the page of this #31131 bug, I downloaded the php5-STABLE-latest.tar.gz package and the configure and the make succeeded.
But I can't do the 'make install'.
Can anyone help me on this?

Thank you,

Greg.

Reproduce code:
---------------
cd php5-STABLE-200505212231
./configure
make
make install

Actual result:
--------------
Installing PHP SAPI module:       cgi
Installing PHP CGI into: /usr/local/bin/
Installing PEAR environment:      /usr/local/lib/php/
[PEAR] Archive_Tar    - already installed: 1.1
[PEAR] Console_Getopt - already installed: 1.2
[PEAR] PEAR           - already installed: 1.3.5
Wrote PEAR system config file at: /usr/local/etc/pear.conf
You may want to add: /usr/local/lib/php to your php.ini include_path
[PEAR] HTML_Template_IT- already installed: 1.1
[PEAR] Net_UserAgent_Detect- already installed: 2.0.1
[PEAR] XML_RPC        - already installed: 1.2.2
Installing build environment:     /usr/local/lib/php/build/
Installing header files:          /usr/local/include/php/
Installing helper programs:       /usr/local/bin/
  program: phpize
  program: php-config
/bin/sh: 0403-057 Syntax error at line 1 : `;' is not expected.
make: 1254-004 The error code from the last command is 2.


Stop.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-05-23 09:10 UTC] sniper@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-2024 The PHP Group
All rights reserved.
Last updated: Fri May 24 01:01:31 2024 UTC