I installed
1) mysql-max-3.23.47-pc-linux-gnu-i686.tar.gz
/usr/local/mysql
2) freetype-2.0.7.tar.gz
/usr/local/freetype
3) gd-1.8.4.tar.gz
/usr/lib/gd
4) php-4.1.1.tar.gz
/usr/local/php
5) apache_1.3.23.tar.gz
/usr/local/apache
My PHP config is....
cd /usr/local/php
./configure --with-mysql=/usr/local/mysql \
--with-apache=/usr/local/apache \
--with-gd=/usr/lig \
--enable-gd-native-ttf \
--with-png-dir=/usr/lib \
--with-freetype-dir=/usr/include/freetype2 \
--with-zlib
--enable-shared \
--enable-fast-install
good luck