On Tue, Jun 02, 2015 at 09:16:38PM +0200, Herbert J. Skuhra wrote: > On Tue, Jun 02, 2015 at 08:23:56PM +0200, Gilles Chehade wrote: > > On Tue, Jun 02, 2015 at 12:05:55PM +0200, Herbert J. Skuhra wrote: > > > On Tue, Jun 02, 2015 at 09:10:43AM +0200, gilles chehade wrote: > > > > A new opensmtpd portable snapshot is available at: > > > > > > > > > > > > http://www.opensmtpd.org/archives/opensmtpd-201506020910p1.tar.gz > > > > > > Hmm, on FreeBSD 10.1-STABLE (r283665) I get > > > > > > fatal: table_create: backend "db" does not exist > > > > > > although I ran configure with '--enable-table-db'. > > > > > > > can you check if it just didn't install in the wrong place ? > > 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. -- Herbert -- You received this mail because you are subscribed to [email protected] To unsubscribe, send a mail to: [email protected]
