Re: [Exim] Requirements for exim or alternative to Exim

Top Page
Delete this message
Reply to this message
Author: Richard Welty
Date:  
To: P Kirk
CC: exim-users
Subject: 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

richard