The following reply was made to PR bin/147175; it has been noted by GNATS. From: "Schweigert, Udo CERT" <[email protected]> To: [email protected], [email protected] 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
