I'm trying to install python 2.6 on LinuxMint. I've came across a few issues.
The first thing I did was to download Python2.6.8 from the python website
Then, I've extracted the files, ran a
./configure --prefix=/opt/python-2.7.3 --with-threads --with-signal-module --with-pydebug
I found this here which I found here
When I run the make
command, I get these errors:
Failed to find the necessary bits to build these modules:
_bsddb _curses _curses_panel
_hashlib _sqlite3 _ssl
bsddb185 bz2 dbm
dl gdbm imageop
linuxaudiodev ossaudiodev readline
sunaudiodev
To find the necessary bits, look in setup.py in detect_modules() for the module's name.
Failed to build these modules:
crypt nis
I have installed all the packages mentioned in the Cheater's page. I successfully installed python2.6 without all the options that I mentioned, but I can't get the bz2 module to work.