[root@terry root]# /usr/local/terry_yu/mysql/bin/mysql -uroot -p Enter password: Welcome to the MySQL monitor. Commands end with ; or g. Your MySQL connection id is 1 to server version: 4.0.15
Type 'help;' or 'h' for help. Type 'c' to clear the buffer.
# tar -xzpvf apache_1.3.28.tar.gz # cd apache_1.3.28/ # ./configure --prefix=/usr/local/terry_yu/apache --enable-module=most --enable-shared=max # make # make install
# tar -xzpvf php-4.3.3.tar.gz # cd php-4.3.3/ # ./configure --with-mysql=/usr/local/terry_yu/mysql --with-apxs=/usr/local/terry_yu/apache/bin/apxs # make # make install # cp php.ini-dist /usr/local/lib/php.ini