Subject: Re: TLS engine
To: Sean Witham <sean.witham@webscreen-technology.com>
From: Johnny Lam <jlam@jgrind.org>
List: tech-pkg
Date: 11/21/2001 08:52:54
This looks like it may be fxied by buildlinkifying the cyrus-sasl and
cyrus-imapd packages. Please send-pr this problem so we can track the
progress of the problem and the fix.
Thanks,
-- Johnny Lam <jlam@jgrind.org>
On Wed, Nov 21, 2001 at 03:36:20PM +0000, Sean Witham wrote:
>
> Some of you may have seen this post on the netbsd-help list. I have
> taken over the problem installation from Brent and thought it would
> be best discussed on the tech-pkg list as it seems to be a package
> problem. Plus I have subscribed to this list *8-)
>
> May I add that the problem with SSL/TLS sessions failing may be
> related to the fact that the cyrus package is linking aginst two
> libcrypto installations. One is the NetBSD-1.5.2 version and the
> other is the version installed by the pakage openssl.
>
> ldd /usr/pkg/cyrus/bin/imapd:
>
> /usr/pkg/cyrus/bin/imapd:
> -lcrypt.0 => /usr/lib/libcrypt.so.0
> -lsasl.8 => /usr/pkg/lib/libsasl.so.8
> -ldb3.2 => /usr/pkg/lib/libdb3.so.2
> -lcrypto.0 => /usr/lib/libcrypto.so.0
> -lcrypto.200 => /usr/pkg/lib/libcrypto.so.200
> -lssl.200 => /usr/pkg/lib/libssl.so.200
> -lc.12 => /usr/lib/libc.so.12
>
> Has anyone any ideas ?
>
> --Sean