Re: [exim] FreeBSD: Moving from BDB5 to BDB18
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
This message is part of the following thread:
the complete thread tree sorted by date
Odhiambo Washington at
2023-01-31 14:40
Odhiambo Washington at
2023-01-31 14:58
Author:
Jeremy Harris
Date:
2023-01-31 14:46
UTC
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