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

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to