9 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Courier-IMAP/Auth...
FromSent OnAttachments
Michael NguyenDec 26, 2006 6:25 pm 
Sam VarshavchikDec 26, 2006 7:34 pm 
Michael NguyenDec 26, 2006 7:40 pm 
Sam VarshavchikDec 27, 2006 3:57 am 
Michael NguyenDec 27, 2006 2:35 pm 
Michael NguyenDec 27, 2006 2:44 pm 
Sam VarshavchikDec 27, 2006 3:15 pm 
Michael NguyenDec 27, 2006 3:17 pm 
Sam VarshavchikDec 27, 2006 6:00 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Courier-IMAP/Authlib on Amazon EC2Actions...
From:Michael Nguyen (mich@twentyten.org)
Date:Dec 26, 2006 7:40:02 pm
List:net.sourceforge.lists.courier-users

From: "Sam Varshavchik" <mrs@courier-mta.com>

Any ideas? This was installed via an RPM that was built directly on the EC2 server.

Courier does not link against libidn directly. This must be an indirect link via MySQL's libraries. Try running the mysql command line utility to see if you get the same segfault.

Hmm...nope, it worked fine.

mysql -uro -pxxxxxxxx -hdb001

Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 345213 to server version: 4.0.24-standard-log

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> \q Bye

I do like the lead, however. I'm pretty flexible on MySQL libraries and such. I'm only using 4.0.24 because that's what I use on the production servers, but it doesn't have to be that version. Would you suggest I try a different version of the MySQL libs?

Michael