apache/php/mysql的安装

虽然已经安装过多次了,还是记录一下这次安装的过程。

cd ~
wget http://apache.freelamp.com/httpd/httpd-2.0.52.tar.gz
tar xzf httpd-2.0.52.tar.gz
wget http://cn.php.net/get/php-4.3.10.tar.gz/from/this/mirror
tar xzf php-4.3.10.tar.gz
cd ~/httpd-2.0.52
#make clean
./configure –enable-rewrite –enable-so
make
make install
cd ~/php-4.3.10
#make clean
./configure –with-apxs2=/usr/local/apache2/bin/apxs
make
make install
cd ~
wget http://dev.mysql.com/get/Downloads/\
MySQL-4.0/mysql-standard-4.0.23-pc-linux-i686.tar.gz/\
from/http://mysql.zawodny.com/

This entry was posted in Linux and tagged , , . Bookmark the permalink.

发表评论

电子邮件地址不会被公开。 必填项已用 * 标注

*

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Please copy the string tbNRVu to the field below:

以新浪微博帐号登录