cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: https client

From: Armel Asselin <asselin.armel_at_wanadoo.fr>
Date: Fri, 21 Jul 2006 14:43:39 +0200

> I tried to run the example and I got the error "libcurl was built with SSL
> disabled, https: not supported!". I compiled cURL defining USE_SSL but
> this
> is not enough.
>
> I found in another post that I have to configure cURL with
> "./configure --with-ssl=<openssl_path>", but I am using Visual C++, where
> there is no makefile. What can I do?
here is what I did:
- I used the base .dsp (found in curl/lib)
- I added:
o USE_SSLEAY / USE_OPENSSL to the preprocessor #defines
o the include dir for openssl
o the linker input files: libeay32.lib ssleay32.lib
o the linker additional input dir (ie. c:\openssl\out32dll) for me

Armel
Received on 2006-07-21