8 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] compiling maildrop wi...
FromSent OnAttachments
Rob BrandtJun 24, 2003 4:31 pm 
Stefan NeufeindJun 25, 2003 2:17 am 
Devin RubiaJun 25, 2003 5:17 am 
Rob BrandtJun 26, 2003 5:46 pm 
Rob BrandtJun 26, 2003 6:34 pm 
Devin RubiaJun 27, 2003 5:48 am 
Rob BrandtJun 27, 2003 9:44 am 
Rob BrandtJun 29, 2003 10:36 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: [maildropl] compiling maildrop with MySQL supportActions...
From:Devin Rubia (dev@thezone.net)
Date:Jun 27, 2003 5:48:40 am
List:net.sourceforge.lists.courier-maildrop

On Thu, Jun 26, 2003 at 05:33:19PM +0100, Rob Brandt wrote:

I'm working on this as I get time...

I've attempted to recompile with Mysql support and am not sure it's right. I
did:

./configure --enable-maildropmysql --with-mysqlconfig=/etc/maildropmysql.config make make install-strip make install-man

I then configured the .config file in /etc with my db info. Doing:

maildrop -v

reports "Virtual user database extension enabled", which sounds reasonable but does not match what Martin's page says it should be, "Virtual user database via MySQL extension enabled."

So, is this right or not?

That doesn't look right at all.

Try this. After 'make' type in:

./maildrop/maildrop -v

and see if the newly built binary has MySQL support. If it does, then do your 'make install-strip' and try:

maildrop -v

again and see if the results differ. You may have an older version in your $PATH.