--- Python-2.7.3/Modules/Setup.dist.orig 2012-07-17 09:05:45.000000000 +0200 +++ Python-2.7.3/Modules/Setup.dist 2012-07-17 09:06:01.011696892 +0200 @@ -412,7 +412,7 @@ # Edit the variables DB and DBLIBVERto point to the db top directory # and the subdirectory of PORT where you built it. DBLIBVER=4.8 -DBINC=/usr/include/db4 +DBINC=/usr/include/libdb4 DBLIB=/usr/lib _bsddb _bsddb.c -I$(DBINC) -L$(DBLIB) -ldb-$(DBLIBVER)