cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Using HTTPS in multi-threaded dynamic library plugin on CentOS

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 15 Apr 2010 20:18:57 +0200 (CEST)

On Thu, 15 Apr 2010, Adal Chiriliuc wrote:

> I get the “libcurl was built with SSL disabled, https: not supported!” error
> message. BUT, if I call curl_version_info and look at the returned
> structure, CURL_VERSION_SSL is on, and “https:” is in the list of supported
> protocols.

Your build/link setup must be really confused to get something like that
going.

I would recommend that you NOT do any funny "include all *.c files in my
project" stunts, but instead you configure --prefix=somewhere
--disable-shared, make, make install and you make your app link statically
from this custom installation dir.

-- 
  / daniel.haxx.se

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2010-04-15