[issue6949] Support Berkeley DB 4.8

Arfrever Frehtes Taifersar Arahesis report at bugs.python.org
Sat Sep 19 18:09:31 CEST 2009


New submission from Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA at GMail.Com>:

Python doesn't detect Berkeley DB 4.8. After updating setup.py, _bsddb
module fails to build due to some changes in Berkeley DB.

I'm attaching patch which seems to fix these problems.
Changes in setup.py were made by me.
Changes in Modules/_bsddb.c were copied from bsddb3-4.8.0 [1].

[1] http://www.jcea.es/programacion/pybsddb.htm

----------
components: Build
files: python-support_bdb-4.8.patch
keywords: patch
messages: 92871
nosy: Arfrever
severity: normal
status: open
title: Support Berkeley DB 4.8
versions: Python 2.6, Python 2.7
Added file: http://bugs.python.org/file14933/python-support_bdb-4.8.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6949>
_______________________________________


More information about the Python-bugs-list mailing list