On Thu, Jun 04, 2015 at 02:50:04PM +0200, Herbert J. Skuhra wrote:
> On Tue, Jun 02, 2015 at 09:16:38PM +0200, Herbert J. Skuhra wrote:
> > 
> > stat("/usr/local/opensmtpd/libexec/opensmtpd/table-db",0x7fffffffbb78) 
> > ERR#2 'No such file or directory'
> > fatal: table_create: backend "db" does not exist
> > write(2,"fatal: table_create: backend "db"...,49) = 49 (0x31)
> 
> To resolve this I had to add
> 
> #define HAVE_DB_API 1
> 
> to config.h.

Maybe?

diff --git a/configure.ac b/configure.ac
index bff2c7a..6c09bc9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2582,6 +2582,7 @@ LIBS="$save_LIBS"
 
 AM_CONDITIONAL([HAVE_DB_API], [test $use_db_api = 1])
 
+AM_COND_IF([HAVE_DB_API], [AC_DEFINE([HAVE_DB_API], [1], [Define to 1 if 
HAVE_DB_API])])
 
 # Search for asr (based on zlib checks)
 dnl asr is required

-- 
You received this mail because you are subscribed to misc@opensmtpd.org
To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org

Reply via email to