On Tue, Mar 13, 2001 at 10:32:11AM -0500, Damian Gerow wrote:
> On Mon, Mar 12, 2001 at 10:39:52PM -0500, Seva Adari wrote:
> > Signal 11 death could come from any number of problems.
> > Check if there are any mis-matches with the shared 
> > libraries, specially db3 files. Make sure that the running
> > program is not picking up the old libraries lingering
> > around. On Linux you could use "ldd" on the the programs
> > linked with shared libraries to see what is actually
> > being picked up by them.
> > __
> > Seva
> 
> Master seems to be linked to libdb3 (libdb-3.2.so), while imapd is linked
> to libdb3 AND libdb2 (libdb-3.2.so and libdb2.so.2).  Same goes for pop3d.
> 
> Do I remove the old db2 files from my system and recompile?

I figured it out -- the Debian SASL packages are linked in to db2, and _not_
db3.  But you can't remove the SASL packages, as too much depends on them, so
I've just re-compiled using db3.

Reply via email to