【目標】 PHP5をソースからインストール 【環境】 coLinux0.7 Debian GNU/Linux 4.0 (Etch) Apache2.0.63 GNU Make 3.81 gcc version 4.1.2 PHP5.2.5 参考: PHP: Apache 2.0 (Unixシステム用) - Manual 1.ソースのDL $ wget http://jp2.php.net/get/php-5.2.5.tar.gz/from/jp.php.net/mirror $ tar xzvf php-5.2.5.tar.gz $ cd php-5.2.5$ ./configure \ --enable-sigchild \ --enable-mbstring \ --enable-mbregex \ --enable-force-cgi-redirect \ --enable-zend