Date: Fri, 04 Nov 2016 16:38:09 +0100 From: Mark Martinec <Mark.Martinec+freebsd@ijs.si> To: freebsd-ports@freebsd.org Subject: Re: [HEADSUP] Default Perl changed to 5.24. Message-ID: <de1f9e6403e6ad02b968129b4da49ad9@ijs.si> In-Reply-To: <20161104154013.1d253c5a@mephala.kappastar.com> References: <b21728ca-ffd6-f94f-0c40-814330273ae2@FreeBSD.org> <20161104104129.5a903775@efreet.kappastar.com> <20161104154013.1d253c5a@mephala.kappastar.com>
next in thread | previous in thread | raw e-mail | index | archive | help
2016-11-04 15:40, Marko Cupać wrote: > I guess I came to positive conclusion too early. Everything did > compile, install and start without problems. But so far I had problems > with amavisd-new which would die with the following message: > > Nov 4 15:20:52 mx1 amavis[38170]: (!)_DIE: Suicide in child_init_hook: > BDB can't connect db env. at /var/amavis/db: BDB0087 DB_RUNRECOVERY: > Fatal error, run database recovery, No such file or directory. at (eval > 93) line 338. > > Moving and recreating files from under /var/amavis/db did not help, for > now I have solved the problem by commenting out the following line in > amavisd.conf: > > #$enable_db = 1; > > I'm off to write bug report for amavis now. Hope this saves troubled > postmasters - early upgraders some time. I have been running amavisd-new (2.11.0) under perl 5.24 ever since this version of perl came into ports. I doubt your problem is specific to perl 5.24, must be something else. The 'No such file or directory' suggests to double-check your configured paths (and file permissions). But I admit I have ditched the use of BerkeleyDB in favour of a Redis backend to Amavis (and to SpamAssassin), which is much faster and better behaved. Check the RELEASE_NOTES for configuring. Mark
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?de1f9e6403e6ad02b968129b4da49ad9>