さくらのVPSサーバにZope3.4.1をインストールしてみました。備忘録を残しておきます。
Zope3.4.1のソースを取得して、解凍、中にある「configure」を行います。
$ ./configure Configuring Zope installation Testing for an acceptable Python interpreter... Python version 2.4.3 found at /usr/bin/python The optimum Python version (2.4.3) was found at /usr/bin/python.
Python 2.4.3 がインストールされているようです。Zope3.4.1が動作するバージョンなので、このまま進めます。「make」をすると、途中でエラーになります。
$ make Dependencies/BTrees-Zope-3.4.1/BTrees/BTreeModuleTemplate.c:555: error: 'Py_False' undeclared (first use in this function) error: command 'gcc' failed with exit status 1 make: *** [build] Error 1
ぐぐってみると、「python-devel」が無いことが原因のようなので、インストールします。
# yum install python-devel
これで、「make」がエラー無く完了、そのまま「make check」「make install」をして、インストール完了
「mkzopeinstance」を使って、Zopeのインスタンスを作成。「zopectl」を使ってインスタンスの起動
アクセスを確認。
0 件のコメント:
コメントを投稿