On Tue, Jul 06, 2010 at 08:00:20PM +0100, Matthew Seaman wrote: > On 06/07/2010 15:14:28, Andrew Reilly wrote: > > So: how should I "fix" this, properly, on my -current system? Is it > > as simple as installing heimdal from ports? I can't remove openssl-1.0: > > that has 191 ports listed in its REQUIRED_BY file. > > Rebuild the port of openssl-1.0.0 after modifying the OPTIONS to include > MD2=on ? OK. I've done that, and backed out my patch to the base libhx509 build, and lo: fetchmail rebuilt entirely happily. But now I'm confused, because ldd fetchmail before the change and ldd fetchmail after the change are identical. I don't understand how that can be. I think that I need to tear things down and start from scratch. Or at least think about it a bit longer... Here's ldd fetchmail, after (same as before): fetchmail: libintl.so.9 => /usr/local/lib/libintl.so.9 (0x800681000) libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x80078a000) libopie.so.6 => /usr/lib/libopie.so.6 (0x800984000) libcrypt.so.5 => /lib/libcrypt.so.5 (0x800a8d000) libmd.so.5 => /lib/libmd.so.5 (0x800ba6000) libkvm.so.5 => /lib/libkvm.so.5 (0x800cb3000) libcom_err.so.5 => /usr/lib/libcom_err.so.5 (0x800dbc000) libssl.so.7 => /usr/local/lib/libssl.so.7 (0x800ebe000) libcrypto.so.7 => /usr/local/lib/libcrypto.so.7 (0x801016000) libgssapi.so.10 => /usr/lib/libgssapi.so.10 (0x8012b2000) libheimntlm.so.10 => /usr/lib/libheimntlm.so.10 (0x8013bc000) libkrb5.so.10 => /usr/lib/libkrb5.so.10 (0x8014c1000) libhx509.so.10 => /usr/lib/libhx509.so.10 (0x801631000) libasn1.so.10 => /usr/lib/libasn1.so.10 (0x801771000) libroken.so.10 => /usr/lib/libroken.so.10 (0x8018f3000) libc.so.7 => /lib/libc.so.7 (0x801a05000) I would have thought that the "before" would be using /lib/libcrypto.so.6, because that's what libhx509.so.10 told it to... Cheers, -- AndrewReceived on Tue Jul 06 2010 - 20:28:36 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:05 UTC