Re: [Exim] Compilation problem

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Adam D. Barratt
Data:  
Para: exim-users
Assunto: Re: [Exim] Compilation problem
On Sun, 2003-06-29 at 17:15, Robin Lynn Frank wrote:
> My apologies for being an idiot when it comes to compiling things, but I've
> encountered the following and haven't a clue as to the cause.
> I would have used an rpm for Mandrake Linux 9.0, but can't find one. :-(
>
> TIA
>
> gcc -c -O -DCOMPILE_UTILITY -o util-spool_in.o spool_in.c


> In file included from exim.h:341,
>                  from spool_in.c:12:
> dbstuff.h:101:16: db.h: No such file or directory


Sounds like you don't have the db development libraries installed. On
Debian, the package in question is called libdb3-dev (at least for the
Berkeley v3 version); I'd imagine there'd be a similarly named package
for Mandrake.

Adam