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

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Richard Welty
Fecha:  
A: P Kirk
Cc: exim-users
Asunto: Re: [Exim] Requirements for exim or alternative to Exim
On Sat, 25 Aug 2001 19:56:19 +0100, you wrote:
>Its worth taking a fresh look at my problem. I built a server and installed
>Linux. Its a system compiled from sources. No distro, no package manager,
>everything as I want it.


>Exim is my preferred MTA. I installed Berkeley DB to enable Exim but
>otherwise have no use for it.


i think your problem has a relatively simple solution. what is going
on is that db.h and libdb aren't in the expected places. locate where
they are, and add the appropriate lines to Local/Makefile, e.g.
something like

LIBS=-L/usr/lib -ldb1
INCLUDE=/usr/include/db1

to setup berkeley db 1.82 on a redhat 7.1 system (it depends very much
on the distribution on what the correct setup for these are.)

then recompile the system. this is generally preferable to scattering
symlinks about your file system.

richard