On 07/06/2024 21:53, Frank Elsner via Exim-users wrote:
My Fedora has libdb-5.3.28-61, according to "ldd exim"

I'm pretty sure that this is Berkeley DB version 5

cc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/usr/include/libdb -o 
exim_dbmbuild  exim_dbmbuild.o \
   -lcrypt -lm  -lgdbm -lgdbm_compat

but you're trying to link exim_dbmbuild using  gdbm, probably with a "compat" 
shim layer.

That feels wrong.  I don't known how you ever had it working.

The default set for these hints-databases is in the OS/Makefile-<platform>
(Linux, for your case).  Look for USE_<something> and DBMLIB.
Those defaults can be overidden by settings in your Local/Makefile.

The USE_* and the DBMLIB need to be consistent.
--
Cheers,
  Jeremy


--
## subscription configuration (requires account):
##   https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/
## unsubscribe (doesn't require an account):
##   exim-users-unsubscr...@lists.exim.org
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to