2 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] MySQL support fails t...
FromSent OnAttachments
Jesper NøhrJul 3, 2003 3:58 pm 
Bernhard SchmidtJul 3, 2003 11:58 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] MySQL support fails to compileActions...
From:Bernhard Schmidt (bs@netsrc.de)
Date:Jul 3, 2003 11:58:57 pm
List:net.sourceforge.lists.courier-maildrop

On Fri, 4 Jul 2003 00:43:30 +0200 Jesper Nøhr <jes@noehr.org> wrote:

So I open up Makefile, and alter the DEFAULT_INCLUDES = -I. -I$(srcdir), to include -I/usr/local/include, Cause mysql/ lies there. But it still says it can't find it. Any ideas?

I guess you want to change LIBMYSQL in maildrop-1.5.x/maildrop/Makefile to LIBMYSQL = -L/usr/local/lib/mysql -lmysqlclient -lz -lm and rerun make afterwards.

Hope that helps,