curl / Mailing Lists / curl-library / Single Mail

curl-library

CURLE_NOT_BUILT_IN Error in Linux

From: Swamy J-S via curl-library <curl-library_at_cool.haxx.se>
Date: Tue, 23 Oct 2018 10:46:55 +0000

curl_easy_setopt(Config->hHandle->curl, CURLOPT_SSL_CTX_FUNCTION, NULL))

is returning CURLE_NOT_BUILT_IN error in linux, where in Windows (Visual Studio) its working fine.

I built libcurl in linux with following commands:

sudo apt-get install openssl libssl-dev

sudo apt-get install libcurl4-gnutls-dev

and curl with below commands :-

sudo ./configure --with-ssl

./configure --with-ssl=/usr/local/ssl

but still getting same error even after building curl and libcurl with ssl

Thanks and Regards,
SWAMY J S

-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2018-10-23