[Python-Dev] bsddb3 test hang

Zooko zooko@zooko.com
26 Jul 2003 11:08:46 -0400


 Detlef Lannert <lannert@uni-duesseldorf.de> wrote:
>
> This is maybe not the same problem that Zooko had, but bsddb doesn't
> build on my Linux 2.4.10 (SuSE 7.3) box either where Sleepycat
> db-4.1.25 was installed from the sources.  It puts db.h under
> /usr/local/include per default where Python's setup.py doesn't find it.

This *was* the same problem that I had.

http://sourceforge.net/tracker/index.php?func=detail&aid=775850&group_id=5470&atid=105470

The solution ("workaround"?) is to install bsddb in `/usr/local/BerkeleyDB.4.1'.

Regards,

Zooko