cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Problems compiling libcurl with ssl/help

From: Dirk Manske <dm_at_nonitor.de>
Date: Tue, 14 Dec 2010 09:30:01 +0100

> In attempting to use curl with this address I get a message to the effect that SSL isn't enabled in curl.
> So my understanding was that I needed to compile curl with ssl.
Right.
> I followed the steps in http://curl.haxx.se/libcurl/c/Using-libcurl-with-SSH-support-in-Visual-Studio-2008.pdf
Why do you compile curl with ssh support?
You only need ssl (openssl etc.) to use https.

BTW: At http://curl.haxx.se/download.html you can download
curl with ssl support for Windows.

> 1>simple.obj : error LNK2019: unresolved external symbol _curl_easy_cleanup referenced in function _main
...
This means you try to link your object without libcurl.
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2010-12-14