Re: problem with imaps on cyrus-imapd-2.0.12

2001-03-26 Thread Andreas Rogge
mistake installing OpenSSL. As of OpenSSL 0.9.6 it only creates the static libs by default, maybe you want to check this. Another issue is to check the .shlibs you're using. Wrong shlibs sometimes cause such errors (and segfaults) -- Andreas Rogge <[EMAIL PROTECTED]> Available on IRCnet:#linux.de as Dyson

Authentication Problems

2001-03-23 Thread Andreas Rogge
and i have inserted the cyrus-superuser and another user to it. The unprivileged account gives the same syslog-message, but the login passes (as plaintext-auth) I'm sorry to ask such a question here, but i don't know where to ask else. -- Andreas Rogge <[EMAIL PROTECTED]> Available on IRCnet:#linux.de as Dyson

Re: signalled to death by 11?

2001-03-23 Thread Andreas Rogge
11 The signals are described in man 7 signals. Signal 11 (aka SIGSEGV) means a segmentation fault (i.e. the program tried to write to ram it didn't own) this generally means a programming error or hardware failure or something like this (maybe OS-error?). -- Andreas Rogge <[EMAIL PROTECTE