インストールメモ

FreeBSDではインストールしただけでは何も入っていないのでPHPコンパイルですらそれなりの手間がかかることになる。

FreeBSD 5.2.1-RELEASE
apache 1.3.29
PHP 4.3.8
himmel 0.5.1
PHPの必要最低限のコンパイルオプション

./configure
--with-apxs=/usr/local/apache/bin/apxs
--enable-mbstring
--with-dom=/usr/local/lib/
--with-dom-xslt=/usr/local/lib/
--with-dom-exslt=/usr/local/lib/
--with-zlib-dir=/usr/lib/
--with-iconv=/usr/local/lib/

libxmlとlibiconvが必要となる、予めインストールしておく。