3 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] 2.0.3 and 2.0.4
FromSent OnAttachments
Sn!perJun 13, 2007 5:24 am 
Sn!perJun 16, 2007 4:40 pm 
Sam VarshavchikJun 16, 2007 6:30 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] 2.0.3 and 2.0.4Actions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Jun 16, 2007 6:30:22 pm
List:net.sourceforge.lists.courier-maildrop

Sn!per writes:

I do not have the slightest idea why make install failed on 2.0.4 when
everything was okay with 2.0.3 . I am on CentOS 4.4

On both versions, my configure looks like: ./configure \ --with-etcdir=/usr/local/etc \ --with-trashquota \ --enable-maildirquota \ --with-db=db \ --without-db \ --disable-authlib \ --enable-syslog=1

After running make, make install gave these error messages:

... ... for f in maildrop mailbot reformail ; do \ /usr/bin/install -c maildrop/$f /usr/local/bin/$f ; \ done /usr/bin/install -c liblock/lockmail /usr/local/bin/lockmail /usr/bin/install -c maildir/maildirmake /usr/local/bin/maildirmake /usr/bin/install -c rfc2045/reformime /usr/local/bin/reformime /usr/bin/install -c rfc2045/makemime /usr/local/bin/makemime /usr/bin/install -c makedat/makedatprog /usr/local/bin/makedatprog /usr/bin/install: cannot stat `makedat/makedatprog': No such file or directory make[2]: *** [install-maildrop] Error 1 make[2]: Leaving directory `/home/roger/maildrop-2.0.4' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/home/roger/maildrop-2.0.4' make: *** [install-recursive] Error 1

Please advise.

Do you have either gdbm or db development packages installed? Looks like this might happen if you have neither installed.

Looking at config.log in the top source directory might yield some clues.