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.