Missing _bssd in Python 2.4

J

jalil

I compiled and installed python 2.4 on Redhat Linux using default
options but don't seem to be getting _bsddb. I get an error message
that _bssd cannot be imported.

Does anybody know why this might happen? Do I need to do any special
customization or install any other software?

Thanks,

-Jalil
 
?

=?ISO-8859-1?Q?=22Martin_v=2E_L=F6wis=22?=

I compiled and installed python 2.4 on Redhat Linux using default
options but don't seem to be getting _bsddb. I get an error message
that _bssd cannot be imported.

Does anybody know why this might happen? Do I need to do any special
customization or install any other software?

You need to install the bsddb header files and development libraries
when building Python from source.

Regards,
Martin
 
J

jalil

I actually installed BerkeleyBD4.0 and commented out some sections of
Modules/Setup that I found related to this. I got the _bsddb.o in the
build environment but I still get the same error from bsddb/__init.py__
that it cannot import _bsddb.

Anything I am missing? Where should this _bsddb go exactly? Is it an
..so file?

Thanks,

-JF
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,219
Messages
2,571,125
Members
47,731
Latest member
PasqualePf

Latest Threads

Top