Subject: Re: ===> db4 is not an acceptable Berkeley DB type for
To: thoran <thoran@fastmail.fm>
From: Roland Illig <rillig@NetBSD.org>
List: tech-pkg
Date: 11/14/2005 12:03:54
thoran wrote:
> Hello, 
> 
> I have seen very few references to this, so I need to ask 'What is the
> following and how do I make it go away?': 
> 
> ===> db4 is not an acceptable Berkeley DB type for <pkg>

What's <pkg>?

Most probably you can find something like BDB_ACCEPTED=db3 in 
<pkg>/Makefile, which means that the package needs db3, but you (or 
mk/defaults/mk.conf) chose db4. There _should_ be a comment in that 
Makefile _why_ db4 cannot be used.

Roland