php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19533 Output line too long
Submitted: 2002-09-20 19:46 UTC Modified: 2002-10-04 22:32 UTC
From: dtndan at cox dot net Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4CVS-2002-09-20 OS: Solaris 8
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: dtndan at cox dot net
New email:
PHP Version: OS:

 

 [2002-09-20 19:46 UTC] dtndan at cox dot net
./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs ; make
; make install

...

/bin/sh libtool --silent --mode=link gcc -export-dynamic -g -O2  -avoid-version -m
odule -L/usr/ucblib -L/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3  -R /usr/
ucblib -R /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3 ext/ctype/ctype.lo 

...

Zend/zend_indent.lo Zend/zend_builtin_functions.lo Zend/zend_sprintf.lo Zend/zen
d_ini.lo Zend/zend_qsort.lo Zend/zend_multibyte.lo Zend/zend_execute.lo sapi/cli/p
hp_cli.lo sapi/cli/getopt.lo main/internal_functions_cli.lo -lcrypt -lresolv -lm -
ldl -lsocket -lgcc -lcrypt -ldl -o sapi/cli/php
Output line too long.
Output line too long.
Output line too long.
gcc: e: No such file or directory
make: *** [sapi/cli/php] Error 1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-09-21 01:43 UTC] sniper@php.net
Solaris sed is broken. Get GNU sed and this error goes away.
(IIRC)

 [2002-10-02 14:52 UTC] d_tome at yahoo dot com
I'm getting the same error on Solaris 7. I installed GNU sed, and when i run make, I still get Output too long.
 [2002-10-04 22:32 UTC] dtndan at cox dot net
Sniper was right for me, are you 100% sure you are actually using the newly installed sed?  On most systems /usr/local/bin is in the path AFTER where sed is.

Type `which sed` to show which sed is probably going to be used.
 [2003-01-27 16:23 UTC] Sonny2 at gmx dot de
Yes with lates GNU sed version it works on Sparc Solars 7.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Sep 11 13:01:28 2024 UTC