Date: Tue, 20 Jul 2010 09:00:04 GMT From: "Schweigert, Udo CERT" <Udo.Schweigert@siemens.com> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/147175: [kerberos] [patch] libhx509.so containes references to MD2_* but doesn't reference libcrypto.so, which has them Message-ID: <201007200900.o6K904rl023214@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/147175; it has been noted by GNATS. From: "Schweigert, Udo CERT" <Udo.Schweigert@siemens.com> To: bug-followup@FreeBSD.org, areilly@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007200900.o6K904rl023214>