LAMP 环境搭建关键步骤及注意事项 一、安装MySQL 1) shell> cd /usr/local/src shell> groupadd mysql shell> useradd mysql -g mysql 创建mysql用户 shell> tar -xzvf mysql-5.0.51a.tar.gz shell> cd mysql-5.0.51a shell> ./configure --prefix=/usr/local/mysql --with-charset=gb2312 --with-extra-charsets=gbk,gb2312 shell> make && make install
shell> cp support-files/f /etc/f shell> cd /usr/local/mysql 修改此目录的所有文件权限, shell> chown -R mysql.mysql . 为mysql用户生成数据库 shell> bin/mysql_install_db --user=mysql 为安全起见 将原目录权限改回root shell> chown -R root . 将新生成的存放数据库的目录改回mysql所有以便能够正常启动。 shell> chown -R mysql var
设置mysql开机自动启动 cp support-files/mysql.server /etc/rc.d/init.d/mysqld chmod +x /etc/rc.d/init.d/mysqld chkconfig --add mysqld service mysqld start chkconfig mysqld on
二、安装支持图形库 zlib-1.2.3.tar.gz jpegsrc.v6b.tar.gz libpng-1.2.12.tar.gz freetype-2.3.4.tar.gz gd-2.0.34.tar.gz
1)libxml2 shell> cd /usr/local/src shell> tar -xjvf libxml2-2.6.27.tar.bz2 shell> cd libxml2-2.6.27 shell>./configure --prefix=/usr/local/libxml2 shell> make && make install
2)zlib shell> cd /usr/local/src shell> tar -zxvf zlib-1.2.3.tar.gz shell> cd zlib-1.2.3 shell>./configure //这个配置编译命令不要加目录参数 shell> make && make install
3)jpeg6 shell> mkdir -p /usr/local/jpeg6 shell> mkdir -p /usr/local/jpeg6/bin shell> mkdir -p /usr/local/jpeg6/lib shell> mkdir -p /usr/local/jpeg6/include shell> mkdir -p /usr/local/jpeg6/man shell> mkdir -p /usr/local/jpeg6/man1 shell> mkdir -p /usr/local/jpeg6/man/man1 安装出现错误 提示无关键目录无法继续 手动建立如上目录 shell> cd /usr/local/src shell> tar -zvxf jpegsrc.v6b.tar.gz shell> cd jpeg-6b shell>./configure --prefix=/usr/local/jpeg6/ --enable-shared --enable-static shell> make && make install
4)libpng shell> cd /usr/local/src shell> tar -zvxf libpng-1.2.12.tar.gz shell> cd libpng-1.2.12 shell>./configure //和zlib一样不要带参数,让它默认安装到相应目录 shell> make && make install
5)freetype shell> cd /usr/local/src shell> tar -zvxf freetype-2.3.4.tar.gz shell> cd freetype-2.3.4 shell> mkdir -p /usr/local/freetype shell>./configure --prefix=/usr/local/freetype shell> make && make install
6)GD库 shell> cd /usr/local/src shell> tar -zvxf gd-2.0.34.tar.gz shell> mkdir -p /usr/local/gd shell> cd gd-2.0.34 shell>./configure --prefix=/usr/local/gd --with-jpeg=/usr/local/jpeg6/ --with-png --with-zlib --with-freetype=/usr/local/freetype/ shell> make && make install
三、安装 apache2 shell> cd /usr/local/src shell> tar -zxvf httpd-2.2.4.tar.gz shell> cd httpd-2.2.4 shell>./configure --prefix=/usr/local/apache2 --enable-module=most --enable-rewrite --enable-shared=max --enable-so --enable-ssl shell> make && make install
o l xiamianmeianne
四、安装 php5 shell> cd /usr/local/src shell> tar -zxvf php-5.2.2.tar.gz shell> cd php-5.2.2 shell>./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql --with-freetype-dir=/usr/local/freetype --with-gd=/usr/local/gd --with-zlib --with-libxml-dir=/usr/local/libxml2 --with-jpeg-dir=/usr/local/jpeg6 --with-png-dir --enable-mbstring=all --enable-mbregex --enable-shared shell> make && make install shell> cp php.ini-dist /usr/local/php/lib/php.ini
五、安装Zend shell> cd /usr/local/src shell> tar -zxvf ZendOptimizer-3.2.8-linux-glibc21-i386.tar.gz shell> cd ZendOptimizer-3.2.8-linux-glibc21-i386 ./install
注:php.ini的路径是在/usr/local/php/lib/目录下
六、配置并启动Apache
在Apache主配置文件中增加: AddType application/x-httpd-php .php .phtml 找到index.php 在前面添加index.php
启动Apache /usr/local/apache2/bin/apachectl start
设置MySQL和Apache自动启动 shell> echo "/usr/local/apache2/bin/apachectl start" >> /etc/rc.local
七、建立php测试网页 vim /usr/local/apache2/htdocs/index.php <?php phpinfo(); ?>
搭建完毕
近日CloudCone发布了七月的特价便宜优惠VPS云服务器产品,KVM虚拟架构,性价比最高的为2核心1.5G内存1Gbps带宽5TB月流量,2.89美元/月,稳定性还是非常不错的,有需要国外便宜VPS云服务器的朋友可以关注一下。CloudCone怎么样?CloudCone服务器好不好?CloudCone值不值得购买?CloudCone是一家成立于2017年的美国服务器提供商,国外实力大厂,自己开...
想必我们有一些朋友应该陆续收到国内和国外的域名注册商关于域名即将涨价的信息。大概的意思是说从9月1日开始,.COM域名会涨价一点点,大约需要单个9.99美元左右一个。其实对于大部分用户来说也没多大的影响,毕竟如今什么都涨价,域名涨一点点也不要紧。如果是域名较多的话,确实增加续费成本和注册成本。今天整理看到Dynadot有发布新的八月份域名优惠活动,.COM首年注册依然是仅需48元,本次优惠活动截止...
mineserver怎么样?mineserver是一家国人商家,主要提供香港CN2 KVM VPS、香港CMI KVM VPS、日本CN2 KVM VPS、洛杉矶cn2 gia端口转发等服务,云服务器网(yuntue.com)介绍过几次,最近比较活跃。现在新推出了3款特价KVM VPS,性价比高,香港CMI/洛杉矶GIA VPS,2核/2GB内存/20GB NVME/3.5TB流量/200Mbps...