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".