--- Begin Message ---
Subject:
Re: [Ltib] "./ltib" from new m5474 BSP fails on RHEL 4, looking for "wget" version
Date:
Tue, 26 Aug 2008 11:04:37 +0100
On Tue, 2008-08-26 at 04:18 -0400, Robert P. J. Day wrote:
> Quoting Stuart Hughes <address@hidden>:
>
> > Hi Robert,
> >
> $ wget --version
> GNU Wget 1.10.2 (Red Hat modified)
> ... blah blah snipped ...
> $
That's curious, it should match:
$ perl -e '$_="GNU Wget 1.10.2 (Red Hat modified)" ; ($ver) =
m,(\d+\.\d+(?:\.\d+)?),; print "ver=$ver\n"'
ver=1.10.2
> > In the mean time to work around this comment out the line:
> >
> > wget 0
> >
> > Which is around line 95 in the ltib script
>
> i realized that that was a workaround, so i tried that as well:
>
I don't understand that. If you comment out this line it should not even
check wget.
Regards, Stuart
--- End Message ---