Autor: Richard Welty Data: Para: P Kirk CC: exim-users Asunto: Re: [Exim] Requirements for exim or alternative to Exim
On Sat, 25 Aug 2001 22:21:20 +0100, you wrote:
>Here's where the problem arises...
>
>>From OS/Makefile-Linux
>
>DBMLIB = -ldb
>USE_DB = yes
>LIBS = -lnsl -lcrypt
>LIBRESOLV = -lresolv
>
>So the solution is to edit this to the correct settings for Berkeley
>db-3.3.11. Anyone happen to know these? Please?
well, don't change Makefile-Linux, override in Local/Makefile
from your other email i see that you've found libdb, so just put the
path on LIBS; the other thing you need to do is locate db.h and add
that path to INCLUDE