Re: [exim] FreeBSD: Moving from BDB5 to BDB18

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Jeremy Harris
Datum:  
To: exim-users
Betreff: Re: [exim] FreeBSD: Moving from BDB5 to BDB18
On 31/01/2023 14:38, Odhiambo Washington via Exim-users wrote:
> What changes do I need to make in Local/Makefile to achieve this?


For TDB:

USE_TDB = y
DBMLIB = -ltdb

For gdbm:

USE_GDBM = yes
DBMLIB = -lgdbm

--
Cheers,
Jeremy