On 09/12/2019 15:58, Frank Elsner via Exim-users wrote: > Makefile contains > INCLUDE=-I/usr/include/libdb4 > Changed this to > INCLUDE=-I/usr/include/libdb > > and the (error?) message disappered
Ah - if you were using a later version of dbm, and it had left files around, end then your build with a version-4 dbm had trouble opening that file, that might explain it. -- Cheers, Jeremy -- ## 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/
