This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nascheme
Recipients
Date 2001-03-04.06:26:53
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=35752

db1/ndbm.h from libc6_2.2.2-1 still includes db.h instead
of db1/db.h.  I think I understand the reason now.  If you
want to use db1 or gdbm as a dbm compatible database you
have to link with the approprate library.  Therefore,
if you should add both -ldb1 and -Idb1.

I've created a patch to setup.py which does this.  Andrew?
BTW, I'm not sure if the "if platform not in ['cygwin']"
is needed anymore.  I bet it could be removed.
History
Date User Action Args
2007-08-23 13:52:58adminlinkissue230075 messages
2007-08-23 13:52:58admincreate