Apache2 + PHP + PostgreSQLインストール
Apache2 + PHP + PostgreSQLインストールの際のPHPインストールオプションメモ
./configure --with-pgsql=/usr/lib/pgsql --enable-magic-quotes --enable-sockets --enable-memory-limit --enable-calendar --enable-ftp --enable-mbstring --enable-mbstr-enc-trns --enable-mbregex --with-mime-magic --enable-mbstr-enc-trans --with-freetype --enable-gd-native-ttf --with-xml --with-apxs2=/usr/local/apache2/bin/apxs --with-gd --with-jpeg-dir --with-zlib --with-png --with-curl --with-openssls --with-config-file-path=/etc
make
make install
./configure --with-pgsql=/usr/lib/pgsql --enable-magic-quotes --enable-sockets --enable-memory-limit --enable-calendar --enable-ftp --enable-mbstring --enable-mbstr-enc-trns --enable-mbregex --with-mime-magic --enable-mbstr-enc-trans --with-freetype --enable-gd-native-ttf --with-xml --with-apxs2=/usr/local/apache2/bin/apxs --with-gd --with-jpeg-dir --with-zlib --with-png --with-curl --with-openssls --with-config-file-path=/etc
make
make install