cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: best embedded ssl for libcurl and howto

From: <paul_curl_at_brainspark.nl>
Date: Fri, 28 Dec 2012 12:09:04 +0100

The following article should contain all the steps:
https://polarssl.org/kb/how-to/compile-curl-with-polarssl

> -----Original Message-----
> From: curl-library [mailto:curl-library-bounces_at_cool.haxx.se] On Behalf Of
> Oscar Koeroo
> Sent: vrijdag 28 december 2012 11:44
> To: curl-library_at_cool.haxx.se
> Subject: Re: best embedded ssl for libcurl and howto
>
> On 28-12-12 10:51, JALINDAR wrote:
> > I did this:$ *./configure --without-ssl and --with-polarssl*
> >
> > is it needed to have polarssl library and path set while configuring??
>
>
> Hi Jalindar,
>
> 1.
> Try: ./configure --without-ssl --with-polarssl (without the 'and' word)
>
> 2.
> PolarSSL needs to be installed including the PolarSSL headers (not just
the
> library) before you run ./configure for it to find the PolarSSL header and
> library files and give a thumbs up before the build.
>
> I recommend to use PolarSSL from your system's regular software
> repositories, if this is an option to you. If not, then you need to
compile
> PolarSSL yourself and use "--with-polarssl=<directory of PolarSSL
> installation>".
>
> Side note for your interest: I would recommend to use libcurl version
7.28-1
> in combination with PolarSSL. PolarSSL changed its API between versions
and
> this curl version is tolerant to the old and the new API.
>
>
> Oscar

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-12-28