OpenSSL、MySQL、PostgreSQLなどはソースからインストールしている前提です。
./configure \
--disable-posix-threads \
--enable-mbstring \
--enable-mbregex \
--with-gettext \
--enable-zend-multibyte \
--with-apxs2=/usr/local/apache2/bin/apxs \
--with-curl \
--with-zlib \
--with-mcrypt=/usr/lib \
--with-gd \
--with-gd-dir=/usr/lib \
--with-jpeg-dir=/usr/lib \
--with-png-dir=/usr/lib \
--with-xpm-dir=/usr/lib \
--with-freetype-dir=/usr/lib \
--enable-gd-native-ttf \
--with-mysql=/usr/local/mysql \
--with-pgsql=/usr/local/pgsql \
--with-openssl=/usr/local/ssl \
--with-openssl-dir=/usr/local/ssl \
--with-imap \
--with-imap-ssl=/usr/local/ssl \
--with-kerberos