Re: [rock-user] curl not found - System Check found errors

Stefan Fiedler <[email protected]> Mon, 11 Oct 2004 00:11:59 +0200
Newsgroups gmane.linux.distributions.rock.user
Message-ID <[email protected]>
That's strange indeed. If 'type -p curl'  gives the right output, then
 if [ -z "`type -p curl`"] ; then echo Warning ; fi
should also not echo a warning. As a work-around you could disable/remove the 
curl check in scripts/Check-System and see if the Download script works ;)

Stefan Fiedler

On Sunday 10 October 2004 23:52, jeru wrote:
> Hi Stefan,
>
> finding curl should not be the problem.
>
> $ type -p curl
> /usr/bin/curl
>
> $ bash --version
> GNU bash, version 2.05b.0(1)-release (i586-unknown-linux-gnu)
>
> $echo $PATH
> /bin:/usr/bin:/usr/local/bin:/usr/X11/bin:/usr/games:/opt/Zope-2.7/bin:/opt
>/apache/bin:
> /opt/cross-tools/bin:/opt/e17/bin:/opt/firefox/bin:/opt/gnome/bin:/opt/gnom
>e24/bin:
> /opt/kde32/bin:/opt/mysql/bin:/opt/openldap/bin:/opt/postgresql/bin:/opt/qt
>32/bin: /opt/qt33/bin:/opt/samba/bin:/opt/java/j2re1.4.2/bin:/opt/kde32/bin
>
> Thank you for your help.
>
> Greetings
> Christian
>
> On Sunday 10 October 2004 22:09, Stefan Fiedler wrote:
> > The System Check script uses the following command to see if curl is
> > available:
> >  type -p curl
> > On my box this gives the output (the location of the curl program):
> >  /usr/bin/curl
> > If there is no output, something's wrong, and the System Check will fail.
> > Anyway, you might want to post your findings (output of the above,
> > location of curl, bash version - 'bash --version', PATH variable - 'echo
> > $PATH').
> >
> > Greetings,
> > Stefan Fiedler
> >
> > On Sunday 10 October 2004 20:51, jeru wrote:
> > > Hi Andreas,
> > >
> > > thank you for your advice.
> > >
> > > I tried
> > >
> > > curl http://www.google.de/
> > >
> > > and it's working fine.
> > >
> > > Do you have any other ideas?
> > >
> > > Thank you so far.
> > >
> > > Greetings
> > > Christian
> > >
> > > Am Saturday 09 October 2004 19:43 schrieb Andreas V. Meier:
> > > > On Sat, Oct 09, 2004 at 11:01:22AM +0200, jeru wrote:
> > > > > Hi,
> > > > >
> > > > > while trying to build the router target I, the build process stops
> > > > > with following error message:
> > > > > -------------------------------------------------------------
> > > > > System Check: Program 'curl' not found!
> > > > > The curl utility is needed for Downloading the package
> > > > > source tars. Install the latest curl version.
> > > > >
> > > > > System Check found errors -> not doing anything.
> > > > > -------------------------------------------------------------
> > > > >
> > > > > But as far as I can see the curl package is installed on the build
> > > > > system.
> > > > > ------------------------------------------------------------- $
> > > > > mine -q curl
> > > > > curl 7.10.8 2.0.1
> > > > > -------------------------------------------------------------
> > > >
> > > > Have you tried to execute curl for a try? like
> > > >   curl http://www.google.de/
> > > > ? If that is not possible, the curl binary is not present in your
> > > > $PATH
> > > >
> > > > Ciao
> > > >
> > > > Andreas
> > >
> > > _______________________________________________
> > > rock-user mailing list
> > > [email protected]
> > > http://www.rocklinux.net/mailman/listinfo/rock-user
> >
> > _______________________________________________
> > rock-user mailing list
> > [email protected]
> > http://www.rocklinux.net/mailman/listinfo/rock-user
>
> _______________________________________________
> rock-user mailing list
> [email protected]
> http://www.rocklinux.net/mailman/listinfo/rock-user