引き続き、PHP5のビルド。
% ./configure --prefix=/usr/local/php5 \
--with-apxs2=/usr/local/apache2.2/bin/apxs \
--enable-mbstring \
--with-zlib \
--with-openssl \
--enable-bcmath \
--with-bz2 \
--enable-calendar \
--with-curl \
--enable-dba \
--with-db4 \
--enable-ftp \
--with-gd \
--with-ttf \
--with-freetype-dir=/usr \
--enable-gd-native-ttf \
--enable-gd-jis-conv \
--with-gettext \
--with-jpeg-dir=/usr \
--with-png-dir=/usr \
--with-ldap \
--with-mcrypt \
--with-mhash \
--with-mysql \
--with-mysql-sock \
--with-ncurses \
--with-pdo-mysql \
--with-pgsql \
--with-pspell \
--with-readline \
--with-snmp \
--enable-ucd-snmp-hack \
--enable-soap \
--enable-sqlite-utf8 \
--enable-wddx \
--with-xsl \
--with-mysql
% make
% make check
# make install