一式update

mysql-5.0.15

./configure \
--with-charset=ujis \
--with-extra-charsets=all \
--with-mysqld-user=mysql
make
make install
/etc/rc.d/init.d/mysql.rc stop
/etc/rc.d/init.d/mysql.rc start


PHP-5.0.5

./configure \
--without-mysql \
--with-apxs2=/usr/local/apache2/bin/apxs \
--with-mysqli=/usr/local/bin/mysql_config
make
make install


Apache-2.0.55

./configure \
--enable-so \
--enable-modure=all \
--enable-shared=max \
--enable-dav=yes \
--enable-module=so
make
make install
/etc/rc.d/init.d/httpd.rc stop
/etc/rc.d/init.d/httpd.rc start

無事完了。
この間PHPのアップデートのときに出てたエラーはなんだったんだろう?