[Python-bugs-list] [ python-Bugs-764839 ] Old bsddb version picked by setup.py

SourceForge.net noreply@sourceforge.net
Wed, 02 Jul 2003 12:39:46 -0700


Bugs item #764839, was opened at 2003-07-02 12:39
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=764839&group_id=5470

Category: Distutils
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Josh Hoyt (joshhoyt)
Assigned to: Nobody/Anonymous (nobody)
Summary: Old bsddb version picked by setup.py

Initial Comment:
I have two versions of Berkeley DB in the standard
include path. The code in setup.py finds the newer
version first (db4) and then finds the older version
(db3) later in scanning standard includes. This means
that the bsddb module is built against the older rather
than the newer version.

The attached patch to setup.py records all standard
headers that are found and lets the db_search_order
list choose which version of the library to link against.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=764839&group_id=5470