cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Building curl without SSLV2

From: ashish mahamuni <ashitpro_at_yahoo.co.in>
Date: Wed, 2 Mar 2016 14:03:01 +0000 (UTC)

Sorry, I am talking about openssl version 1.0.2g and not 1.0.2f

    On Wednesday, 2 March 2016 1:58 PM, ashish mahamuni <ashitpro_at_yahoo.co.in> wrote:
 

 Yesterday, openssl released 1.0.2f release, where SSLv2 is disabled by default.I am building curl library on OSX with following options:
./configure --prefix=${my_prefix} --with-pic --with-darwinssl --with-ssl=/path/to/openssl/1.0.2f --without-libidn --disable-dict --disable-telnet --disable-pop3 --disable-imap --disable-smtp --disable-gopher --enable-static --disable-shared --disable-ldap --without-zlib
Here, I am using --with-darwinssl and --with-ssl=/path/to/openssl/1.0.2f( I am not sure if specifying both make sense or not )
Now, while building my shared objects I link using my openssl 1.0.2f and the curl library ( build using above configuration ), I am receiving following error:
Undefined symbols for _SSLv2_client_method, referenced from: _ossl_connect_common in libcurl.a
I was hoping that specifying --with-ssl would convince libcurl to not use SSLv2.
Any idea how to get this working?
--Ashish

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

  

-------------------------------------------------------------------
List admin: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2016-03-02