Comment 22 for bug 67111

Revision history for this message
Steve Kowalik (stevenk) wrote : Re: Cyrus linked against db4.4 compiled against 4.3 ?

Attached is a debdiff for uploading to edgy-proposed. This bug is a regression from Dapper, and is actually quite nasty. The init script fires off a master process which spawns off an imapd and/or pop3d process. They die horribly with a SEGV due to this libdb brain damage, are immediately re-spawned by the master process, and proceed to die again. Rinse and repeat.

The debdiff fixes the bug by patching configure (which the Debian build does anyway) to not include db4.4 in it's list of libdb versions.