[Zope3-dev] Test failures with Berkeley DB

Barry A. Warsaw barry@zope.com
Mon, 30 Dec 2002 08:51:59 -0500


>>>>> "MG" == Marius Gedminas <mgedmin@codeworks.lt> writes:

    MG> Are there any requirements on BerkeleyDB (version or anything
    MG> else)?  If I install python2.2-bsddb3 (version 3.3.0-5) from
    MG> Debian Woody (libdb3 itself is version 3.2.9-17), I get 126
    MG> errors in zodb.zeo.tests.

The Zope3 tests /should/ be robust in the face of missing bsddb3
module.  libdb 3.2.9 isn't going to be good enough because the
Berkeley storages require DB->truncate, which only showed up in BDB
3.3.11.

-Barry

Aside: I noticed 4.1.25 is available which looks like it simply
encorporates the patches for 4.1.24.  I'll try that later today.