またかよ,みたいな感じだけど古いやつしか入ってなかったPCがあるのとphpを入れたかったので.
$ wget http://ftp.gnu.org/gnu/libtool/libtool-1.5.8.tar.gz
$ wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.59.tar.gz
$ tar xzvf autoconf-2.59.tar.gz
$ cd autoconf-2.59
$ ./configure
$ make
$ su
# make install
# exit
$ cd ..
$ tar xzvf libtool-1.5.8.tar.gz
$ cd libtool-1.5.8
$ ./configure
$ make
$ su
# make install
$ wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.59.tar.gz
$ tar xzvf autoconf-2.59.tar.gz
$ cd autoconf-2.59
$ ./configure
$ make
$ su
# make install
# exit
$ cd ..
$ tar xzvf libtool-1.5.8.tar.gz
$ cd libtool-1.5.8
$ ./configure
$ make
$ su
# make install
あとは前回の通りに.
$ wget http://www.apache.jp/dist/httpd/httpd-2.0.50.tar.gz
$ tar xzvf httpd-2.0.50.tar.gz
$ cd httpd-2.0.50
$ ./configure --enable-module=so --enable-mods-shared=all --enable-proxy --enable-so
$ make
$ su
# make install
$ tar xzvf httpd-2.0.50.tar.gz
$ cd httpd-2.0.50
$ ./configure --enable-module=so --enable-mods-shared=all --enable-proxy --enable-so
$ make
$ su
# make install
そのままphpもインストール.flexがないと怒られたのでaptでさくっといれた.
# apt-get install flex
$ wget http://jp.php.net/get/php-4.3.8.tar.gz/from/this/mirror
$ tar xzvf php-4.3.8.tar.gz
$ cd php-4.3.8
$ ./configure --with-apxs2=/usr/local/apache2/bin/apxs \
> --enable-zend-multibyte \
> --enable-track-vars \
>--enable-mbstring \
>--enable-mbregex \
$ make
$ su
# make install
$ wget http://jp.php.net/get/php-4.3.8.tar.gz/from/this/mirror
$ tar xzvf php-4.3.8.tar.gz
$ cd php-4.3.8
$ ./configure --with-apxs2=/usr/local/apache2/bin/apxs \
> --enable-zend-multibyte \
> --enable-track-vars \
>--enable-mbstring \
>--enable-mbregex \
$ make
$ su
# make install