> Jason Belich wrote:
>
> > Hi,
> >
> > I'm having a strange "signaled to death by 11" issue with imapd
2.0.9.
> > Whenever i try a test login via telnet and use the correct password
the
> > first time, the imapd process dies like so (this is the entire
> > transaction from my imapd.log):
> >
>
> I had this exact same problem. It seems to stem from the way sasl and
imap
> use berkeleydb. I re-compiled my sasl to use gdbm instead of bdb and
then
> re-compiled imap against the new sasl library and everything worked
just
> fine. imap still uses bdb for mailbox files and such, but no longer
tries
> to authenticate (from /etc/sasldb) with it.
>
> in sasl add --with-dblib=gdbm to your configure command line
>
Thanks, but I'm using the Rawhide 1.0 RPM
(cyrus-sasl-1.5.24-15.i386.rpm) which is already compiled against GDBM
(so it says). I would recompile cyrus-sasl myself, but whenever I do
that it refused to link to the necessary shared libraries
(like -lresolv, -lc and such), instead trying to include static
libraries in the sasl shared libs. The rpm was already a work around.
J