Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.
Nigel Metheringham edited this page Nov 29, 2012 · 2 revisions

Q0102

Question

I can't get Exim to compile with Berkeley DB version 2.x or 3.x.

Answer

Have you set "USE_DB=yes" in Local/Makefile? This causes Exim to use the native interface to the DBM library instead of the compatibility interface, which needs a header called ndbm.h that may not exist on your system.


Clone this wiki locally