[Compiler-sig] Build question

JD jd1008 at gmail.com
Sat May 4 18:20:20 CEST 2013


I built Python 3 from source code on Centos 6.4

I configured as follows:
./configure --prefix=/usr --enable-shared 
--enable-loadable-sqlite-extensions --disable-ipv6 
--enable-big-digits=30 --with-universal-archs=all --with-system-expat 
--with-system-ffi --with-threads --with-doc-strings --with-pymalloc 
--with-valgrind --with-fpectl --with-cxx-main=/usr/bin/g++

and ran make.
it built, but with theseexceptions:

Python build finished, but the necessary bits to build these modules 
were not found:
_bz2               _curses _curses_panel
_dbm               _gdbm _lzma
_sqlite3           _ssl _tkinter
readline
To find the necessary bits, look in setup.py in detect_modules() for the 
module's name.

Failed to build these modules:
_elementtree       pyexpat

Could someone please tell mewhat I need to install to make these modules 
to be built?


More information about the Compiler-sig mailing list