PHP 5.2系列の最新版 5.2.12をインストールしました。
環境
- OS(userland): NetBSD 5.0.1
- kernel: NetBSD 5.99.20
- httpd: apache httpd 2.2.14
- PHP: 5.2.12
インストール
% ./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/X11R7 \
--with-xpm-dir=/usr/X11R7 \
--enable-gd-native-ttf
% make
% su
# make install