php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #44701 Error doing make
Submitted: 2008-04-11 14:53 UTC Modified: 2008-04-12 01:13 UTC
From: angelommsousa at gmail dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.2CVS-2008-04-11 (snap) OS: Solaris 8
Private report: No CVE-ID: None
 [2008-04-11 14:53 UTC] angelommsousa at gmail dot com
Description:
------------
I want to compile PHP version 5.2.1 in my O.S. Solaris 5.8. To do that i already run ./configure --witch-pgsql=share, I have a few problem with some missing applications but finally and have succeed.
Until now everything is ok. When and do the "make" I receive the following error:

Output line too long.
Output line too long.
Output line too long.
make: *** [sapi/cgi/php] Error 1

I already install the gnu SED, and change the path but I continuing to give me the error.

Expected result:
----------------
make successfuly

Actual result:
--------------
Output line too long.
Output line too long.
Output line too long.
make: *** [sapi/cgi/php] Error 1


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-04-12 01:13 UTC] jani@php.net
It's not enough to instal GNU sed, you need to make sure it's the first sed found in the PATH too. And you need to redo whole configure && make before it works, preferrably with fresh sources.. no bug here. Solaris sucks.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 14 21:01:33 2025 UTC