Hello,

I get the following error message when compiling Exim 4.69 on Debian 
Linux 3.1:

 > (...)
> ar cq auths.a
> ranlib auths.a
> make[2]: Leaving directory `/home/yves/src/exim-4.69/build-Linux-i386/auths'
> 
> make[1]: *** Keine Regel vorhanden, um das Target »lookups/lookups.a«,
>   benötigt von »exim«, zu erstellen.  Schluss.
> make[1]: Leaving directory `/home/yves/src/exim-4.69/build-Linux-i386'
> make: *** [go] Fehler 2

This translates to something like:
No rule to build the target "lookups/lookups.a" which is required by "exim".
Error 2

I did the following steps to compile Exim: (as non-privileged user)

tar xfj exim-4.69.tar.bz2
cd exim-4.69/
cp src/EDITME Local/Makefile
cat - >>Local/Makefile
BIN_DIRECTORY=/usr/exim/bin
CONFIGURE_FILE=/usr/exim/configure
EXIM_USER=mail
SUPPORT_MAILDIR=yes
LOOKUP_MYSQL=yes
LOOKUP_INCLUDE=-I /usr/local/mysql5/include
LOOKUP_LIBS=-L/usr/local/mysql5/lib -lmysqlclient -lz
EXIM_MONITOR=
WITH_CONTENT_SCAN=yes
WITH_OLD_DEMIME=yes
AUTH_CRAM_MD5=yes
AUTH_PLAINTEXT=yes
HAVE_ICONV=yes
SUPPORT_TLS=yes
TLS_LIBS=-lssl -lcrypto
LOG_FILE_PATH=/var/spool/exim/log/%s-%D.log
^D
make

I'm currently setting up a new test environment for my production server 
which still runs Exim 4.62 on Debian 3.1. When every application is 
updated, I'm testing the Debian dist-upgrade from sarge to lenny. But 
for now, I cannot proceed with exim. Any idea what's wrong here?

-- 
Yves Goergen "LonelyPixel" <[EMAIL PROTECTED]>
Visit my web laboratory at http://beta.unclassified.de

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to