いろいろインストール

Mac OS X Server 10.3 に php をてんこもりインストール。
darwinports でインストールしているもの*1

$ ls /opt/local/var/db/dports/receipts/ 
ImageMagick     cclient         dep_map.bz2     gd              libmcrypt       mhash           tiff
boehmgc         clamav          file_map.db     gd2             libpng          openssl         wget
bzip2           curl            freetype        jpeg            libzzip         pkgconfig

インストールしている pear ライブラリ

$ /usr/local/bin/pear list
Installed packages:
===================
Package             Version  State  
Archive_Tar         1.2      stable 
Auth                1.3.0r3  beta   
Benchmark           1.2.1    stable 
Cache               1.5.4    stable 
Cache_Lite          1.3.1    stable 
Console_Getopt      1.2      stable 
DB                  1.6.6    stable 
DB_DataObject       1.7.2    stable 
Date                1.4.3    stable 
File                1.0.3    stable 
HTML_Common         1.2.1    stable 
HTML_QuickForm      3.2.3    stable 
HTML_Template_Flexy 1.0.1    stable 
HTTP                1.3.3    stable 
HTTP_Client         1.0.0    stable 
HTTP_Request        1.2.2    stable 
Mail                1.1.4    stable 
Net_SMTP            1.2.6    stable 
Net_Socket          1.0.2    stable 
Net_URL             1.0.14   stable 
PEAR                1.3.2    stable 
PHP_Compat          1.2.0    stable 
Validate            0.4.1    alpha  
Var_Dump            1.0.0    stable 
XML_Beautifier      1.1      stable 
XML_Parser          1.2.0    stable 
XML_RPC             1.1.0    stable 
XML_RSS             0.9.2    stable 
XML_Tree            2.0.0RC2 beta   
XML_Util            0.6.1    stable

Apache 2.0.51 の configure オプション

./configure --enable-cache --enable-disk-cache --enable-mem-cache --enable-deflate ¥
--enable-log-forensic --enable-expires --enable-headers --enable-usertrack ¥
--enable-unique-id --enable-ssl --enable-status --enable-cgi --enable-cgid ¥
--enable-rewrite --enable-so --enable-vhost-alias --enable-deflate

php 5.0.2 の configure オプション

./configure  --prefix=/usr/local --with-apxs2=/usr/local/apache2/bin/apxs ¥
--disable-short-tags --with-zlib-dir=/usr --with-bz2=/opt/local --with-zip=/opt/local ¥
--with-openssl=/opt/local --with-curl=/opt/local --with-curlwrappers --enable-ftp ¥
--enable-sockets --with-imap=/opt/local --with-kerveros=/usr --with-imap-ssl=/opt/local ¥
--with-mysql --enable-exif --with-gd --with-jpeg-dir=/opt/local --with-png-dir=/opt/local ¥
--with-zlib-dir=/usr --enable-mbstring --enable-mbregex --with-libmbfl ¥
--enable-zend-multibyte --with-mcrypt=/opt/local --with-mhash=/opt/local --enable-wddx

*1:GD2 はアンインストール済