The following article should contain all the steps: https://polarssl.org/kb/how-to/compile-curl-with-polarssl
> -----Original Message----- > From: curl-library [mailto:[email protected]] On Behalf Of > Oscar Koeroo > Sent: vrijdag 28 december 2012 11:44 > To: [email protected] > 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
