5 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Errs compiling Courie...
FromSent OnAttachments
rx-c...@wvfans.netFeb 4, 2004 7:52 pm 
Arnaud PignardFeb 4, 2004 8:12 pm 
Devin RubiaFeb 5, 2004 11:02 am 
Doc WalkerFeb 5, 2004 7:18 pm 
Devin RubiaFeb 6, 2004 5:38 am 
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] Errs compiling Courier Maildrop w/MySQL supportActions...
From:Devin Rubia (dev@thezone.net)
Date:Feb 6, 2004 5:38:39 am
List:net.sourceforge.lists.courier-maildrop

On Thu, Feb 05, 2004 at 09:19:28PM -0600, Doc Walker wrote:

Devin Rubia said:

On Wed, Feb 04, 2004 at 09:53:22PM -0600, rx-c@wvfans.net wrote:

I am attempting to compile Courier Maildrop 1.6.3; my intention is to have Postfix use this as my delivery agent to my virtual maildir-style mailboxes.

My build script:

[SNIP]

Your environment variables might not be getting exported properly.

Try this as a test:

[SNIP]

The environment variables appear to be exported properly and putting the statement on one line did not work. However, by creating a symbolic link 'mysql' pointing to my MySQL includes directory did allow me to successfully compile Maildrop.

The only other possible problem I can see is where you are trying to run your .configure inside a shell script. Have you tried the same command on a raw command line (without the symlink to mysql)?

Something interesting I found in my Makefile is that there are several commands listed as 'missing':

[SNIP]

Yeah, if you check the contents of the 'missing' script, what it does is first try to run the program specified and, if it does not exist, try to emulate it. Its presence in the Makefile does not actually indicate that the programs are "missing".