| [root@arch apache_1.3.26]# ./configure --prefix=/usr/local/apache --enable-module=so
 [root@arch apache_1.3.26]# make
 [root@arch apache_1.3.26]# make install
 
 +--------------------------------------------------------+
 | You now have successfully built and installed the      |
 | Apache 1.3 HTTP server. To verify that Apache actually |
 | works correctly you now should first check the         |
 | (initially created or preserved) configuration files   |
 |                                                        |
 |   /usr/local/apache/conf/httpd.conf
 |                                                        |
 | and then you should be able to immediately fire up     |
 | Apache the first time by running:                      |
 |                                                        |
 |   /usr/local/apache/bin/apachectl start
 |                                                        |
 | Thanks for using Apache.       The Apache Group        |
 |                                http://www.apache.org/  |
 +--------------------------------------------------------+
 [root@arch apache_1.3.26]#
 [root@arch apache_1.3.26]# cd ..
 [root@arch tmp]# cd php-4.2.3
 [root@arch php-4.2.3]#
 [root@arch php-4.2.3]# ./configure   --with-apxs=/usr/local/apache/bin/apxs
 --disable-debug   --with-mysql=/usr/local/mysql
 --with-imap=/usr/local/imap --enable-track-vars
 --prefix=/usr   --with-regex=system   --with-gettext   --with-gd=shared
 
 
 |