[Python-Dev] Misc. warnings (original) (raw)

Barry A. Warsaw barry@python.org
Wed, 8 Jan 2003 08:04:49 -0500


"MAL" == M <mal@lemburg.com> writes:

>> with BerkeleyDB back to at least 3.3.11, which my Redhat 7.3
>> box comes with as the db3-devel-3.3.11-6 package.

MAL> SuSE Linux comes with BSD DB 4.0. Perhaps that's why the
MAL> installation doesn't configure for BSD DB ?!

The _bsddb module that's in CVS today should work with BerkeleyDB up to the latest Sleepycat release 4.1.25.

-Barry