apacheはすでに動いている php5もすでに動いている。 しかしphp4の環境を作りたい・・・ 強引にphp4はインストールしてみる。 ■apache2 tar zxvf httpd-2.0.61.tar.gz cd httpd-2.0.61 ./configure --enable-so --enable-shared --with-mpm=worker --enable-headers make make install ■php4 ./configure \ --with-apxs2=/usr/local/apache2/bin/apxs \ --enable-roxen-zts \ --enable-zend-multibyte \ --with-pgsql --with-mysql \ --enable-track-vars \ --enable-mbstring \ --e