[Exim] (no subject)

Top Page
Delete this message
Reply to this message
Author: Van Howell
Date:  
To: exim-users
Subject: [Exim] (no subject)
This is a multi-part message in MIME format.
--
[ Picked text/plain from multipart/alternative ]
I am trying to install Exim 4.30 on a new server. I have been using Exim
for a year now and have successfully installed and used it on RedHat 7.3
(Exim Version 4.22). My new server is RedHat 9 (Kernel 2.4.20-24.9) and
I am trying to install 4.30. I have copied my old Make file from my
other server and I am getting Compile errors. What could be the
problem? I have include the make output below.

Thanks
Van


make[1]: Entering directory `/home/vhowell/exim-4.30/build-Linux-i386'
/bin/sh ../scripts/Configure-config.h
make[2]: Entering directory `/home/vhowell/exim-4.30/build-Linux-i386'
make[2]: `buildconfig' is up to date.
make[2]: Leaving directory `/home/vhowell/exim-4.30/build-Linux-i386'
Building configuration file config.h
>>> config.h built


make[2]: Entering directory
`/home/vhowell/exim-4.30/build-Linux-i386/pcre'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/vhowell/exim-4.30/build-Linux-i386/pcre'
/bin/sh ../scripts/Configure-eximon
sed -e "s?CONFIGURE_FILE_USE_NODE??" \
-e "s?CONFIGURE_FILE?/etc/exim/exim.conf?" \
-e "s?BIN_DIRECTORY?/usr/local/exim/bin?" \
-e "s?BASENAME_COMMAND?look_for_it?" \
-e "s?HOSTNAME_COMMAND?/bin/hostname?" \
-e "s?X11_LD_LIBRARY?/usr/X11R6/lib?" \
../src/eximon.src >> eximon
>>> eximon script built


gcc -c -O  -DCOMPILE_UTILITY -o util-spool_in.o spool_in.c
In file included from exim.h:354,
                 from spool_in.c:12:
dbstuff.h:101:16: db.h: No such file or directory
In file included from exim.h:354,
                 from spool_in.c:12:
dbstuff.h:527: parse error before "DB"
dbstuff.h:527: warning: no semicolon at end of struct or union
dbstuff.h:529: parse error before '}' token
dbstuff.h:529: warning: data definition has no type or storage class
In file included from exim.h:358,
                 from spool_in.c:12:
dbfunctions.h:11: parse error before '*' token
dbfunctions.h:12: parse error before '*' token
dbfunctions.h:13: parse error before '*' token
dbfunctions.h:13: parse error before "open_db"
dbfunctions.h:13: warning: data definition has no type or storage class
dbfunctions.h:14: parse error before '*' token
dbfunctions.h:15: parse error before '*' token
dbfunctions.h:16: parse error before '*' token
make[1]: *** [util-spool_in.o] Error 1
make[1]: Leaving directory `/home/vhowell/exim-4.30/build-Linux-i386'
make: *** [go] Error 2
--