Re: [Exim] Installation crashes when I try to compile

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: P Kirk
Fecha:  
A: Richard Welty
Cc: exim-users
Asunto: Re: [Exim] Installation crashes when I try to compile
I've installed Berleley 3.3.11 and the same error comes up. My local
makefile reads as follows

BIN_DIRECTORY=/usr/local/exim/bin
COMPRESS_COMMAND=/bin/gzip
COMPRESS_SUFFIX=gz
ZCAT_COMMAND=/bin/zcat
CONFIGURE_FILE=/usr/local/exim/exim.conf
#don't understand but assume yes is OK and no path asked for.
DIRECTOR_ALIASFILE=yes
DIRECTOR_FORWARDFILE=yes
DIRECTOR_LOCALUSER=yes
DIRECTOR_SMARTUSER=yes
EXICYCLOG_MAX=10
EXIM_UID=1003
EXIM_GID=100
LOG_FILE_PATH=/var/log/exim_%slog
#See doc/dbm.discuss.txt
USE_DB=yes
LOOKUP_DBM=yes
LOOKUP_LSEARCH=yes
PID_FILE_PATH=/var/lock/exim%s.pid
#don't understand but assume yes is OK and no path asked for.
ROUTER_DOMAINLIST=yes
ROUTER_IPLITERAL=yes
ROUTER_LOOKUPHOST=yes
ROUTER_QUERYPROGRAM=yes
SPOOL_DIRECTORY=/usr/local/exim/spool
TRANSPORT_AUTOREPLY=yes
TRANSPORT_PIPE=yes
TRANSPORT_SMTP=yes
USE_TCP_WRAPPERS=yes

And the compiling error is:

In file included from exim.h:332,
                 from exim_dbmbuild.c:30:
dbfn.h:107: db.h: No such file or directory
make[1]: *** [exim_dbmbuild] Error 1
make[1]: Leaving directory `/usr/src/exim-3.33/build-Linux-i386'
make: *** [go] Error 2


Now I'd be the first to say that there's a lot in the local makefile I don't
really inderstand and that I'm trying to get it to the stage where an
exim.conf from Debian will be my runtime file. If there's a clear error,
please let me know.

Thanks.