Subject: Re: HEADS UP (Re: 1.5.x openssl problems)
To: Martti Kuparinen <martti.kuparinen@iki.fi>
From: Frederick Bruckman <fredb@immanent.net>
List: current-users
Date: 08/30/2002 08:04:30
On Fri, 30 Aug 2002, Martti Kuparinen wrote:

> On Fri, 30 Aug 2002, Martti Kuparinen wrote:
>
> > I had problems with with my IMAP server and it turned out to be
> > references to the old _and_ new openssl libs at the same time.
> > I noticed this by running "ldd /usr/pkg/cyrus/bin/imapd".
> >
> > Solution:
> >
> > # cd /usr/lib
> > # tar cfz /var/tmp/lib.tgz libssl.so.1* ibcrypto.so.0*
> > # rm -f libssl.so.1* ibcrypto.so.0*
> > [ rebuild all pkgsrc applications which depend on OpenSSL ]
>
> Removing libcrypto.so.0 might now be good solution after all, I had
> to rebuilt the operating system as well as e.g. su didn't work any more.
>
> That said, USE THE ABOVE WITH YOUR OWN RISK!

Best to figure out which intermediate library actually holds the
shared library dependency on -lssl.1 and lcrypt.0, to rebuild it
first.

Wild guess -- it's one of the shared libraries in security/cyrus-sasl.
Did you rebuild mail/cyrus-imapd without rebuilding cyrus-sasl first?

Frederick