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
 [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

Add a Pull Request

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: Fri Aug 16 14:01:29 2024 UTC