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 krftkndl
Recipients
Date 2001-01-25.20:16:31
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
When building on Debian GNU/Linux unstable, the build fails with:

/home/kalle/src/python/dist/src/Modules/dbmmodule.c:24: #error "No ndbm.h available!"
error: command 'gcc' failed with exit status 1
make: *** [sharedmods] Error 1

The *dbm.h files available are
/usr/include/dbm.h
/usr/include/gdbm.h
/usr/include/gdbm-ndbm.h

All are part of the package libgdbmg1-dev.
History
Date User Action Args
2007-08-23 13:52:58adminlinkissue230075 messages
2007-08-23 13:52:58admincreate