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

2023-02-01 Thread Odhiambo Washington via Exim-users
On Tue, Jan 31, 2023 at 6:20 PM Jeremy Harris via Exim-users < exim-users@exim.org> 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: > >

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

2023-01-31 Thread Jeremy Harris via Exim-users
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 -- ## List details at

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

2023-01-31 Thread Odhiambo Washington via Exim-users
On Tue, Jan 31, 2023 at 5:05 PM Kurt Jaeger via Exim-users < exim-users@exim.org> wrote: > Hi! > > > I have deinstalled BDB5 and instead installed BDB18 for the obvious > reason. > > > > Now Exim will not build at all and I am wondering whether it's possible > to > > build Exim against BDB18. > >

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

2023-01-31 Thread Odhiambo Washington via Exim-users
On Tue, Jan 31, 2023 at 5:36 PM Jeremy Harris via Exim-users < exim-users@exim.org> wrote: > On 31/01/2023 13:28, Odhiambo Washington via Exim-users wrote: > > I have deinstalled BDB5 and instead installed BDB18 for the obvious > reason. > > > > Now Exim will not build at all and I am wondering

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

2023-01-31 Thread Jeremy Harris via Exim-users
On 31/01/2023 13:28, Odhiambo Washington via Exim-users wrote: I have deinstalled BDB5 and instead installed BDB18 for the obvious reason. Now Exim will not build at all and I am wondering whether it's possible to build Exim against BDB18. No. Use gdbm or tdb. -- Cheers, Jeremy -- ## List

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

2023-01-31 Thread Kurt Jaeger via Exim-users
Hi! > I have deinstalled BDB5 and instead installed BDB18 for the obvious reason. > > Now Exim will not build at all and I am wondering whether it's possible to > build Exim against BDB18. It probably needs some work. The FreeBSD ports community is aware of this problem. No solution right now.