Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jun 2016 12:11:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 210656] mail/fetchmail: socket.c:(.text+0x11fd): undefined reference to `SSLv2_client_method'
Message-ID:  <bug-210656-13-rID8rjWZYH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-210656-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-210656-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210656

--- Comment #1 from Corey Halpin <chalpin@cs.wisc.edu> ---
Early in your configure output, it says:

configure: Enabling OpenSSL support in /usr/local.

Could you provide more information on which SSL library you are using?

However, your compiler line includes -I/usr/kerberos/include, which makes me
think that you're attempting to mix GSSAPI from base with an SSL library fr=
om
ports.  That is known to be problematic, and patches are in review to update
the USES=3Dgssapi framework to prevent that combination:
https://reviews.freebsd.org/D5865

If that is the issue, then it can be worked around by selecting the MIT
implementation for GSSAPI in 'make config' or by setting the following in y=
our
make.conf:

OPTIONS_UNSET+=3D GSSAPI_BASE
OPTIONS_SET+=3D GSSAPI_MIT

(If you're using OpenSSL from ports, then you can probably also select HEIM=
DAL
if you prefer it to MIT.  If you're using LibreSSL, that won't currently wo=
rk.
See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D198527 )

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210656-13-rID8rjWZYH>