[Exim] Debian compile error

Página Inicial
Delete this message
Reply to this message
Autor: Elm Gysel
Data:  
Para: exim-users
Assunto: [Exim] Debian compile error
This is a multi-part message in MIME format.
--
[ Picked text/plain from multipart/alternative ]
Hi!

I'm trying to compile exim on Debian because I need SMTP authentication.

But I got a compile error on 'pcre.h' since that file is in the pcre directory.

here is the whole process :

root@mail 12:55:55 /home/elmer/exim/exim_3.12-10.1.deb/exim-3.12$ make
`Makefile' is up to date.

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


/bin/sh ../scripts/Configure-eximon
sed -e s?CONFIGURE_FILE?/etc/exim.conf? \
-e s?BIN_DIRECTORY?/usr/sbin? \
-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 -O2 -g -Wall -I/usr/include/db1 -I. os.c
In file included from os.c:1:
exim.h:266: pcre.h: No such file or directory
make[1]: *** [os.o] Error 1
make[1]: Leaving directory `/home/elmer/exim/exim_3.12-10.1.deb/exim-3.12/build-Linux-i386'
make: *** [go] Error 2
root@mail 12:55:56 /home/elmer/exim/exim_3.12-10.1.deb/exim-3.12$

Am I doing something wrong?

Thanks for any responses!

Elm
--