快速业务通道

基于RHEL5.2使用编译包搭建LAMP平台

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-03-25

1.安装APACHE PHP MYSQL

1apache 安装:安装版本为http-2.2.6

# 安装gcc软件包

# tar zxvf http-2.2.6.tar.gz

# cd http-2.2.6

# ./configure --prefix=/usr/local/apache2 --enable-so \

--with-mpm=worker --enable-rewrite --enable-cgi \

--enable-suexec \

--with-suexec-caller=daemon \

--with-suexec-docroot=/usr/local/apache2/htdocs

# make && make install

拥有帝国一切,皆有可能。欢迎访问phome.net

2mysql安装:安装版本为:mysql-5.0.22

# useradd –M –s /sbin/nologin mysql

# 在安装mysql之前,安装gcc-c ncursesncurses-develtermcap

# tar zxvf mysql-5.0.22.tar.gz
# cd mysql-5.0.22

# ./configure –prefix=/usr/local/mysql --with-innodb --without-debug \

--with-extra-charsets=gbk --with-extra-charsets=all \

--enable-assembler --with-pthread --enable-safe-client \

--with-client-ldflags=-all-static 拥有帝国一切,皆有可能。欢迎访问phome.net
# make
# make install

MYSQL配置

# cp /usr/local/mysql/share/my-medium.cnf /etc/my.cnf

# /usr/local/mysql/bin/mysql_install_db –user=mysql

# chown –R root.mysql /usr/local/mysql

# chown –R mysql /usr/local/mysql/var

# echo “/usr/local/mysql/lib/mysql” >> /etc/ld.so.conf

# ldconfig

# /usr/local/mysql/bin/mysqld_safe --user=mysql &

# cp /usr/local/mysql/share/mysql/mysql.server /etc/init.d/mysqld

# service mysqld status 拥有帝国一切,皆有可能。欢迎访问phome.net

# export PATH=$PATH:/usr/local/mysql/bin

# echo “export PATH=$PATH:/usr/local/mysql/bin” >> /etc/profile

3、安装php:安装版本号php-5.2.10


# tar zxvf php-5.2.10.tar.gz
# cd php-5.2.10
# ./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache2/bin/apxs \

--with-jpeg-dir=/usr/local/jpeg6/ --with-png-dir=/usr/local/libpng2 \

--with-gd --with-freetype-dir=/usr/local/freetype2 \

--with-zlib-dir=/usr/local/zlib2 --with-mysql=/usr/local/mysql \

拥有帝国一切,皆有可能。欢迎访问phome.net --with-curl=/usr/local/curl --with-gettext=/usr/local/gettext \

--enable-sockets

# make && make install
# cp php.ini-dist /usr/local/php/lib/php.ini //
拷贝php配置文件

修改apache配置文件

# #AddType application/x-tar .tgz下添加一行:

AddType application/x-httpd-php .php

# 查找有没有LoadModule php5_module modules/libphp5.so配置项,如没有请添加

# 拥有帝国一切,皆有可能。欢迎访问phome.netDirectoryIndex index.html 添加index.php

本文出自 “Y小菜一碟” 博客,请务必保留此出处http://sonic2012.blog.51cto.com/2870138/705863

拥有帝国一切,皆有可能。欢迎访问phome.net

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号