On Mon, 22 Mar 2004 12:20:47 -0500 Ken Murchison <[EMAIL PROTECTED]> wrote:
> Actually, isn't signal 9 = KILL? I don't know why you would be getting > this signal, unless something outside of master is killing the process. I have been unable to put any work in on this for a while, but have just got back to it. truss identified the problem - failing to find the SASL library! With version 2.1.13 I was using --with-sasl=/usr/local/lib and that was OK. With version 2.2.3 the option caused it to look for /usr/local/lib/lib/libsasl2.so.2 (note lib/lib in there). I changed it to --with-sasl=/usr/local and now it looks for /usr/local//lib/libsasl2.so.2 (note the // in there) which works. So, SIGKILL can come from inside! Phil. --------------------------------------- Phil Chambers ([EMAIL PROTECTED]) University of Exeter --- Home Page: http://asg.web.cmu.edu/cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html