I have Redhat 7.0 with kernel 2.4.0-test9 installed on it. I used all tar files to compile it and my configuration for each of them were following..
for apache_1.3.17
./configure --prefix=/usr/local/apache --enable-module=all --disable-module=mod_auth_db
for mysql-3.23.32
./configure --prefix=/usr/local/mysql --localstatedir=/usr/local/mysql/data --with-charset=euc_kr
for php-4.0.4pl1
./configure --with-apxs=/usr/local/apache/bin/apxs -with-mysql --enable-track-vars
All of them installed successfully and apache and mysql is running fine. However Php doesn't seems to like it.. =)
Thank you