php 5.2.0のコンパイル

Solaris10に付属しているphpがコンパニオンかつver4.3なので5.2.0にしてみた。

./configure –with-apxs2=/usr/apache2/bin/apxs –enable-mbstring –enable-trans-sid –enable-mbstr-enc-trans –enable-zend-multibyte –enable-mbregex –enable-sockets –with-gettext-dir=/opt/sfw –with-dom –with-iconv –with-gd –with-png-dir=/usr/local –with-jpeg-dir=/usr/local –with-mysql=/usr/sfw –with-pgsql –with-zlib –with-mime-magic –with-imap-ssl –with-ttf –with-freetype-dir=/usr/local –enable-gd-native-ttf –enable-gd-jis-conv –enable-memory-limit –enable-exif –with-curl-dir=/opt/sfw –with-openssl –with-gnu-ld
make
make install