php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21797 compile stops, commad-line too long
Submitted: 2003-01-21 09:54 UTC Modified: 2003-01-22 12:37 UTC
From: s dot frings at mail dot isis dot de Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.3.0 OS: Solaris 6
Private report: No CVE-ID: None
 [2003-01-21 09:54 UTC] s dot frings at mail dot isis dot de
Hi,
I have a problem compiling php on my sun workstation. The make stops with the error message:

/bin/sh libtool ......
Command line too long
Command line too long
Command line too long
gcc: main/php_ini: No such file or directory

I replaced the very long list of arguments with ...... Its more than 3kb long.

The problem was reported prior and solved in earlier versions  but It appeared again.

Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-21 09:57 UTC] derick@php.net
Due to a bug in the installed sed on your system the build
fails. Install GNU sed and it should be okay.
 
Thank you for your interest in PHP.

 
 [2003-01-22 09:40 UTC] s dot frings at mail dot isis dot de
fixed by an upgrade of sed.
 [2003-01-22 09:41 UTC] derick@php.net
it's not a bug, so we leave it at "bogus"
 [2003-01-22 12:35 UTC] michael dot mauch at gmx dot de
Could "we" please add GNU sed to the list of prerequisites on
<http://www.php.net/manual/en/install.solaris.php>?
 [2003-01-22 12:37 UTC] derick@php.net
yeah, I added GNU sed as requirement now; should be online in a couple of days.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Aug 15 13:01:28 2024 UTC