[Bug 210656] mail/fetchmail: socket.c:(.text+0x11fd): undefined reference to `SSLv2_client_method'

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jun 28 12:11:44 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210656

--- Comment #1 from Corey Halpin <chalpin at 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 from
ports.  That is known to be problematic, and patches are in review to update
the USES=gssapi 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 your
make.conf:

OPTIONS_UNSET+= GSSAPI_BASE
OPTIONS_SET+= GSSAPI_MIT

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

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


More information about the freebsd-ports-bugs mailing list