Re: [Exim] make error

Top Page
Delete this message
Reply to this message
Author: Dan Egli
Date:  
To: Ron McKeating
CC: Exim-Users (E-mail)
Subject: Re: [Exim] make error
Ron McKeating wrote:
> With exim-4.34 on a fedora core 2 box I am trying to do a make in the
> top level exim directory and I keep getting it bomb out with the error
> below. Any ideas anybody ?
>


Look carefully at line 3 of your errors:

> <snip>
>
> In file included from exim.h:379,
>                  from exim_dbmbuild.c:31:
> dbstuff.h:101:16: db.h: No such file or directory

db.h: no such file or directory

You need to install db4-devel to fix that one. Most if not all errors
should go away at that point. If you're using Fedora you might want to
look into using an RPM. I've placed the binary and source RPMs I made on
my web server. D/L them if you like.

http://eglifamily.dnsalias.net/exim-4.34-2.i386.rpm
http://eglifamily.dnsalias.net/exim-doc-4.34-2.i386.rpm
http://eglifamily.dnsalias.net/exim-mon-4.34-2.i386.rpm
http://eglifamily.dnsalias.net/exim-sa-4.34-2.i386.rpm
http://eglifamily.dnsalias.net/exim-debuginfo-4.34-2.i386.rpm
http://eglifamily.dnsalias.net/exim-4.34-2.src.rpm


These basically contain Exim 4.34 + most of RedHat's patches, + an extra
patch or two I've seen on the list, who's functionality I like.

--
-- Dan