LAMP安装

1. 安装Mysql ( 下载地址:http://download.mysql.cn/src/2006/0710/5544.html, 或源:http://download.softagency.net/MySQL/Downloads/)
  (1)tar zxvf mysql*.tar.gz (或者先用gzip -d 解压为tar包, 再用tar -xvf  *tar)
  (2) 查看INSTALL-SOURCE文件中mysql的安装步骤

2. Apache安装(下载地址:www.apache.org)
  (1) tar zxvf httpd*.tar.gz
  (2) 查看INSTALL文件中Apache的安装步骤。 其中注意加上--enable-so,为PHP增加的, 在PHP的安装说明中有。
  (3) make
  (4) make install

2. PHP安装
  (1) tar zxvf PHP*.tar.gz
  (2) 查看INSTALL文件中PHP的安装步骤

你可能感兴趣的:(职场,休闲)