Re: [EXIM] Exim/Linux compile problem

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Philip Hazel
Ημερομηνία:  
Προς: Rudolf Kompf
Υ/ο: Nils Jeppe, exim-users
Αντικείμενο: Re: [EXIM] Exim/Linux compile problem
On Tue, 10 Nov 1998, Rudolf Kompf wrote:

> Try:
> Copy OS/Makefile-Linux-libc5 to Local/Makefile-Linux-libc5
> and in file Local/Makefile-Linux-libc5  replace the line
>    DBMLIB = -lndbm
> by
>    DBMLIB  = -lgdbm


You don't need to do it in quite such a complicated way. Just stick

DBMLIB = -lgdbm

in your Local/Makefile. However, that is assuming that that is what you
want. The problem you are encountering is that the linker is not finding
a DBM library when it is trying to build Exim. There are several
possible DBM libraries you might have on your system. If you don't have
any of them, you will need to install one. See the file doc/dbm.discuss.txt
in the Exim distribution - this contains lots of details about DBM
files.

-- 
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.



--
*** Exim information can be found at http://www.exim.org/ ***