環境
- OS: NetBSD 3.1
- apache: apache-2.2.4
- php: php-5.2.1
ダウンロード
http://www.php.net/からもってきます
インストール
apacheインストール後に以下のようにインストールします。
% ./configure --prefix=/usr/local \
--with-apxs2=/usr/local/apache2/bin/apxs \
--with-libxml-dir=/usr/pkg \
--with-mysql=/usr/pkg \
--with-xmlrpc \
--with-openssl \
--with-jpeg-dir=/usr/pkg \
--with-png-dir=/usr/pkg \
--with-zlib \
--enable-mbstring \
--with-bz2 \
--with-gd \
--with-freetype-dir=/usr/pkg \
--with-xpm-dir=/usr/X11R6 \
--enable-gd-native-ttf
% make
% su
# make install