> After untaring each with tar -xvf this create's each new directory. > > > /usr/local/mysql-3.22.32 > /usr/local/apache_1.3.20 > /usr/local/PHP 4.04i > > Next cd to mysql and > ./configure then make and last make install > > Next cd to Apache > Apache 1.3.20 Next > ./configure -enable-module=most --enable-shared=max > ***(This enables the DSO support) *** > make then make install > > Next cd to PHP and type > ./configure --with-mysql=/usr/local/mysql-3.22.32-pc-linux-gnu-i686/ --with- > apxs=/usr/local/apache_1.3.20/bin/apxs > make then make install > > Make a test PHP page and test. > --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php