Re: [exim] [exim-announce] Exim 4.96-RC0 released

Top Page
Delete this message
Reply to this message
Author: Kirill Miazine
Date:  
To: Odhiambo Washington via Exim-users
Subject: Re: [exim] [exim-announce] Exim 4.96-RC0 released
• Odhiambo Washington via Exim-users [2022-04-26 09:22]:
> On Tue, Apr 26, 2022 at 1:25 AM Jeremy Harris via Exim-users <
> exim-users@???> wrote:
>
> > On 25/04/2022 20:14, Odhiambo Washington via Exim-users wrote:
> > > Trying to compile on FreeBSD-13-amd64:
> > >
> > > root@gw:/usr/local/SRC/Exim/exim-4.96-RC0 # make
> > > /bin/sh scripts/source_checks
> > > `Makefile' is up to date.
> > >
> > > clang -g -DMACRO_PREDEF macro_predef.c
> > > In file included from macro_predef.c:12:
> > > In file included from ./exim.h:535:
> > > ./hintsdb.h:461:4: error: Berkeley DB version 1 is no longer supported
> > > # error Berkeley DB version 1 is no longer supported
> >
> > What it says.
> >
>
> I am a bit confused about this. Does it refer to "The Oracle Berkeley DB"?
> If that is the case, my server has "The Oracle Berkeley DB, revision 5.3"


You might have it, but Exim has not been told to use it.

Hint:

Add -I/usr/local/include/db5 to CFLAGS
Add -L/usr/local/lib/db5 -ldb to EXTRALIBS

> --
> Best regards,
> Odhiambo WASHINGTON,
> Nairobi,KE
> +254 7 3200 0004/+254 7 2274 3223
> "Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-)
> --
> ## List details at https://lists.exim.org/mailman/listinfo/exim-users
> ## Exim details at http://www.exim.org/
> ## Please use the Wiki with this list - http://wiki.exim.org/


-- 
    -- Kirill Miazine <km@???>