LinuxMint に python 2.6 をインストールしようとしています。私はいくつかの問題に遭遇しました。
最初にしたことは、 Python Web サイトから 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
詐欺師のページに記載されているすべてのパッケージをインストールしました。言及したすべてのオプションなしでpython2.6を正常にインストールしましたが、bz2モジュールを機能させることができません。