ImageMagickで日本語が化けまくる件。

Linuxの鯖で、ImageMagickで日本語フォントを表示させようとしたら、

$ convert -font /var/www/font/mikachanPS.ttf -pointsize 13 -fill blue -draw "
text 20,30 'こんにちは'" old.png new.png
convert: delegate library support not built-in `/var/www/font/mikachanPS.ttf' (Freetype).
convert: delegate library support not built-in `/var/www/font/mikachanPS.ttf' (Freetype).

こんな風に怒られた。
.
.
freetypeが入っていなかった。
.
up2date freetype-devel
freetypeをインストールして、
.
ImageMagickを.configureからやり直し。
.
アパッチリスタートして反映完了。
うー。ハマッタ。