[issue1191] bsddb does not build with bsddb lib v3.1.

Gregory P. Smith report at bugs.python.org
Wed Jan 23 09:01:54 CET 2008


Gregory P. Smith added the comment:

BerkeleyDB 3.3 through 4.5 are supported.  4.6 support has been checked
in and 4.7 (not yet released) support is supposedly on its way from
someone at oracle.

Versions older than 3.3 are too difficult (and too buggy) to support. 
You're on your own if you want to use them.

Yes there are many lines of legacy code in _bsddb.c that have the old
3.1 and 3.2 feature ifdefs.  Cleaning them up is very low priority and
would just interfere with other peoples patches.  They will be cleaned
up out of the _bsddb.c module in the python 3000 branch.

----------
assignee:  -> gregory.p.smith
nosy: +gregory.p.smith
resolution:  -> wont fix
status: open -> closed

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1191>
__________________________________


More information about the Python-bugs-list mailing list