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.05:50:19
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=35752

Python is looking for gdbm/ndbm.h.  I could add more logic
to look for gdbm-ndbm.h but I don't think its worth it.
libc6 includes db1 which can be used by dbmmodule.
configure is not finding db1/ndbm.h because ndbm.h includes
db.h.  I think it should include db1/db.h instead.  So, it
looks like a Debian unstable bug.  I'm downloading Debian
libc6_2.2.2-1 right now.  Perhaps the bug has been fixed.
History
Date User Action Args
2007-08-23 13:52:58adminlinkissue230075 messages
2007-08-23 13:52:58admincreate