PHP 5.3系列がそろそろリリースされるらしいですが、PHP 5.2系の最新版5.2.9がでたのでインストールしました。
環境
- OS: NetBSD 4.0.1/i386(Xen DOMU)
- httpd: apache httpd 2.2.11
- PHP: 5.2.9
インストール
% ./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