我正在尝试在 LinuxMint 上安装 python 2.6。我遇到了几个问题。
我做的第一件事是从python网站下载Python2.6.8
然后,我提取了文件,运行了
./configure --prefix=/opt/python-2.7.3 --with-threads --with-signal-module --with-pydebug
当我运行make
命令时,我收到以下错误:
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
我已经安装了 Cheater 页面中提到的所有软件包。我成功安装了 python2.6,但没有我提到的所有选项,但我无法让 bz2 模块工作。