cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curlpp mailing list Archives

Re: [cURLpp] cURLpp configure error

From: Jean-Philippe Barrette-LaPierre <jean-philippe.barrette-lapierre_at_savoirfairelinux.com>
Date: Fri, 22 Jul 2005 10:57:09 -0400

On July 22, 2005 04:33 am, Craig Bradbury wrote:
> Hi,
>
> I am trying to configure and install cURLpp on a Solaris 8 box so I can
> test some of its functionality before using it in a production
> environment.
> I have libcurl installed in a non-default directory as I am not a root
> user on this machine.
>
> When I try to configure cURLpp I get the following error message:
> configure: error: *** curl/curl.h. You need a working libcurl
> installation.
>
> This is the command I am using:
> ./configure --prefix=$HOME/local
>

Yeah, but it won't help. This command just specify where you want to install
it.

export PATH=$PATH:(the bin directory where curl-config is)
CPPFLAGS=-I(the include directory where curl/curl.h is) ./configure

but it shoud provide a --with-curl option, I'll work on that.

> Is there a way that I can point the cURLpp config script to my local
> installation of curl or do I have to have curl installed in the default
> location?
> I would usually do this with a command like this:
> ./configure --prefix=$HOME/local --with-curl=$HOME/local, or
> ./configure --prefix=$HOME/local --with-libcurl=$HOME/local
> but this does not work for the cURLpp package.
>
> Cheers,
> Craig Bradbury
> ERG Transit Systems
> 247 Balcatta Road Balcatta WA 6021 Australia
> Tel: +61 8 9273 1721
> Email: cbradbur_at_erggroup.com
> Website: http://www.erggroup.com/

-- 
Jean-Philippe Barrette-LaPierre
Savoir-Faire Linux
_______________________________________________
cURLpp mailing list
cURLpp_at_rrette.com
http://www.rrette.com/mailman/listinfo/curlpp
Received on 2005-07-22

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET