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

jeru <jeru-/[email protected]> Sun, 10 Oct 2004 20:51:13 +0200
Newsgroups gmane.linux.distributions.rock.user
Organization ixplanet.org
Message-ID <[email protected]>
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