[pybsddb] How to install bsdbb?
alanpae at ilkda.com
alanpae at ilkda.com
Wed Oct 27 20:51:05 CEST 2010
Now this really bites. I set CFLAGS so it could find db.h from Berkeley
and it does!
15826: stat64("/opt/straw/include/db.h", 0x08045C90) = 0
15826: open64("/opt/straw/include/db.h", O_RDONLY) = 4
So CFLAGS is working and it's finding the file but a grep for bsddb in
my truss output doesn't find anything.
Now it's really weird.
Guess I'll have to parse setup.py.
This is what I was looking at:
f = os.path.join(d, "db.h")
if db_setup_debug: print "db: looking for db.h in", f
if os.path.exists(f):
f = open(f).read()
alan
More information about the pybsddb
mailing list