bin/147175: [kerberos] [patch] libhx509.so containes
references to MD2_* but doesn't reference libcrypto.so, which has them
Schweigert, Udo CERT
Udo.Schweigert at siemens.com
Tue Jul 20 09:00:04 UTC 2010
The following reply was made to PR bin/147175; it has been noted by GNATS.
From: "Schweigert, Udo CERT" <Udo.Schweigert at siemens.com>
To: bug-followup at FreeBSD.org, areilly at bigpond.net.au
Cc:
Subject: Re: bin/147175: [kerberos] [patch] libhx509.so containes
references to MD2_* but doesn't reference libcrypto.so, which has them
Date: Tue, 20 Jul 2010 10:54:41 +0200
I think the problem is not related to the base system but to an incorrect
installation of the openssl port. Please try to build openssl from the ports
again with MD2 option enabled (an option which is per default set to "off").
That solved the same issue I had with the mutt-devel port under 8.1-R.
(Having installed openssl from the ports results in two different versions of
libcrypto to be available. The "-lcypto" flag to cc/ld then results in
loading that from /usr/local/lib, which may not have the MD2-bits enabled if
openssl was installed with the default options.)
Regards
Udo
More information about the freebsd-bugs
mailing list