cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: ../lib/.libs/libcurl.so: undefined reference to `SSLv2_client_method'

From: dev <dev_at_cor0.com>
Date: Sun, 24 Aug 2014 19:47:23 -0400 (EDT)

On August 24, 2014 at 5:25 PM Daniel Stenberg <daniel_at_haxx.se> wrote:
> On Sun, 24 Aug 2014, Bisera Milosheska wrote:
>
> > I have openssl-1.0.1i and I am getting this error when I try to
> > install
> > curl-7.38.0-DEV:
> >
> > ../lib/.libs/libcurl.so: undefined reference to
> > `SSLv2_client_method’
>
> That would indicate some badness somewhere. libcurl already knows
> about and
> acknowledges the OPENSSL_NO_SSL2 symbol that openssl is supposed to
> have set
> if it was built without SSLv2 support. And then it shouldn't use
> SSLv2_client_method.

I have done this myself. Thus :

1) build some rev of openssl .. test it .. install it

2) build curl/libcurl and link with openssl in (1)

3) openssl revs up, as it tends to do lately, and thus build a new
   version however with the no-ssl2 configure option.

4) bingo .. you get the error message above.

So I would just go back and rebuild openssl again or rebuild
curl/libcurl.

Either way, something has to be rebuilt.

Dennis

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2014-08-25