Exim troubles

Raevmiza

Verified User
Joined
Jan 22, 2009
Messages
6
Hi all,

I try tio update my Exim through the customscript but every time I try that I get an error at the end of the update process:

gcc exim_dbmbuild.c
In file included from exim.h:433,
from exim_dbmbuild.c:33:
dbstuff.h:103:16: error: db.h: No such file or directory
In file included from exim.h:433,
from exim_dbmbuild.c:33:
dbstuff.h:529: error: expected specifier-qualifier-list before ‘DB’
exim_dbmbuild.c: In function ‘main’:
exim_dbmbuild.c:150: error: ‘DB’ undeclared (first use in this function)
exim_dbmbuild.c:150: error: (Each undeclared identifier is reported only once
exim_dbmbuild.c:150: error: for each function it appears in.)
exim_dbmbuild.c:150: error: ‘d’ undeclared (first use in this function)
exim_dbmbuild.c:151: error: ‘DBT’ undeclared (first use in this function)
exim_dbmbuild.c:151: error: expected ‘;’ before ‘key’
exim_dbmbuild.c:213: error: ‘DB_HASH’ undeclared (first use in this function)
exim_dbmbuild.c:295: error: ‘content’ undeclared (first use in this function)
exim_dbmbuild.c:298: error: ‘key’ undeclared (first use in this function)
exim_dbmbuild.c:298: error: ‘R_NOOVERWRITE’ undeclared (first use in this function)
make[1]: *** [exim_dbmbuild.o] Error 1
make[1]: Leaving directory `/usr/local/directadmin/custombuild/exim-4.69/build-Linux-i386'
make: *** [go] Error 2


Does any one have any idea whats going on ?
The reason that I will update Exim is bacouse I can not upgrade to Fedora 7
Every time I get an error

Transaction Check Error:
file /etc/aliases from install of setup-2.6.4-1.fc7 conflicts with file from package da_exim-4.61-1
 
Last edited:
Code:
yum -y install db4-devel

About /etc/aliases - you can move it to another location, and rename it again when upgrade is done.
 
Back
Top