[Python-Dev] Please give this patch for building bsddb a try

Oleg Broytmann Oleg Broytmann <phd@phd.pp.ru>
Tue, 11 Jun 2002 20:39:06 +0400


Hello!

On Tue, Jun 11, 2002 at 11:22:08AM -0500, Skip Montanaro wrote:
>     http://python.org/sf/553108
> 
>   1. Makes it inconvenient (though certainly not impossible) to build/link
>      with version 1 of the Berkeley DB library by commenting out the
>      relevant part of the db_try_this dictionary in setup.py.

   Can I have two different modules simultaneously? For example, a module
linked with db.1.85 plus a module linked with db3.

>   2. Links the search for a DB library and corresponding include files so
>      you don't find a version 2 include file and a version 3 library (for
>      example).

   After compiling bsddb-3.2 from sources I have got
/usr/local/BerkeleyDB.3.2/ directory, with lib/include being its
subdirectories. The patch didn't look into this, as I understand it.

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            phd@phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.