James Sigler <[EMAIL PROTECTED]> wrote:
> I am having the same issue and the sed switch has not resolved the
> issue. I am unable to determine why the buffer length for the command is
> not large enough.
Ask Sun why they ship a broken sed (and cut, and what else). Try "export
PATH". If that doe
<[EMAIL PROTECTED] To: [EMAIL PROTECTED]
>
> tech.edu>cc:
>
> Subject: Re: [PHP-INST]
o: [EMAIL PROTECTED]
tech.edu>cc:
Subject: Re: [PHP-INST] fail to compile
php 4.3.0
I am having the same issue and the sed switch has not resolved the
issue. I am unable to determine why the buffer length for the command is
not large enough.
Brian C. Hill wrote:
/usr/bin/sed is busted.
set your PATH to include /usr/xpg4/bin
PATH=/usr/xpg4/bin:$PATH
and start over
Brian
/usr/bin/sed is busted.
set your PATH to include /usr/xpg4/bin
PATH=/usr/xpg4/bin:$PATH
and start over
Brian
==
On Wed, Feb 19, 2003 at 08:58:02PM +, edwin lin wrote:
>
> Using patches provi