Earlier versions of OpenLdap had reentry issues with its
version of SASL clashing with IMAPD. One of the developers
from openldap acknowledged this on this list and tried to
work out a solution. Although he never updated the list,
the latest version seems to work fine and has exhibited
no signs of trouble with reentry on my system (RH 7.1,
Imap & SASL from CVS as of a month ago, and OpenLdap 2.0.11).
To work with earlier versions of OpenLdap, one needs to
disable SASL in openldap to avoid reentry problems. OpenLdap
"configure" can be passed the following option to disable sasl
in it:
--without-cyrus-sasl
On a related note, different versions of Berkley DB versions
on RH systems were resulting in signal 11 death problems
earlier. A simple "ldd" check on the imapd built, will reveal
these problems.
__
Seva
Quoting Lawrence Greenfield <[EMAIL PROTECTED]>:
> Date: Mon, 06 Aug 2001 09:32:33 -0400
> From: Ken Murchison <[EMAIL PROTECTED]>
> [...]
> Could this be a simple problem of OpenLDAP and Cyrus-imapd being
> linked
> against different version SASL libraries, or worse yet different
> databases libraries?
>
> I'm fairly sure this is due to re-entrancy problems in the sasl
> library.
>
> Larry
>
>