Author: Odhiambo Washington Date: To: Jeremy Harris CC: exim-users Subject: Re: [exim] FreeBSD: Moving from BDB5 to BDB18
On Tue, Jan 31, 2023 at 6:20 PM Jeremy Harris via Exim-users <
exim-users@???> wrote:
> 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
>
> Might you be able to explain like to a layman?