ちょっと気が向いたので、テスト用に、MovableTypeをWindowsにインストールしてみた。
案の定えらく大変だったので、その足跡を記しておくことにしよう。
使用したMovableTypeのバージョンは2.661
http://rebecca.ac/milano/mt/readme/
これに準じておこなう。
対象のマシンはWindows 2000 Serverで
Apache2.0.48、
ActivePerl 5.8.2 build 808、
MySQL4.0.17
がセットアップ済。
Perlのパスを
#!G:/Perl/bin/perl
としているため、関連する部分は書き換えが必要。
日本語化パッチをあてた
mt-check.cgiをアップロードして実行すると、環境のチェックが行なえる。
レポートでは、
Jcode...
Your server does not have Jcode installed. Jcode is required
for Movable Type in Japanese. Please consult the installation
instructions for help in installing Jcode.
と
Image::Magick...
Your server does not have Image::Magick installed.
Image::Magick is optional; it is needed if you would like to be
able to create thumbnails of uploaded images. Please consult
the installation instructions for help in installing
Image::Magick.
がエラーのようだ。
不足しているモジュールを組み込む。
Jcode.pm0.83のインストール
Image::Magick5.5.7Stableのインストール
を経て、無事稼働するようになった。