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

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: 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