在linux5中构架LAMP
作者 佚名技术
来源 Linux系统
浏览
发布时间 2012-05-16
|
1:在添加删除程序里把,网络服务的————“万维网”和“SQL数据库”的软件包全部安装完
2:在:/root/下建立一个目录;把相应的源代码包全部放到里面解压;(mkdir /root/soft)
3:安装APACHE辅助包;(cd /root/soft/httpd/httpd-2.2.9/srclib),安装apr 和apr-util包
(1) ./configure
--prefix=/usr/local/apr --enable-threads --enable-other-child --enable-static(进apr目录进行安装)
make(编译)
make install(开始安装)
(2)./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr/(进apr-util目录进行安装)
(3)安装apache2 路径/usr/local/apache2
./configure --prefix=/usr/local/apache2 --enable-mods-shared=all
--enable-cache --enable-file-cache --enable-mem-cache --enable-disk-cache
--enable-static-support --enable-static-htpasswd --enable-static-htdigest
--enable-static-rotatelogs --enable-static-logresolve --enable-static-htdbm
--enable-static-ab --enable-static-checkgid --disable-cgid --disable-cgi
--with-apr=/usr/local/apr/ --with-apr-util=/usr/local/apr-util/ --enable-ssl
--with-ssl=/usr/include/openssl
make(编译)
make install(开始按装)
(4)安装php包
解压PHP包
./configure
--prefix=/usr/local/php --with-apxs2=/usr/local/apache2/bin/apxs
--with-pear=/usr/share/pear --with-bz2 --with-libxml-dir=/usr
--with-mysql=/var/lib/mysql --with-mysqli=/usr/bin/mysql_config
--enable-sockets --with-openssl=/usr/
--------------------------------------------------------------------
|
License:
|
| This
software is subject to the PHP License, available in this |
|
distribution in the file LICENSE. By
continuing this installation |
| process,
you are bound by the terms of this license agreement. |
| If you do
not agree with the terms of this license, you must abort |
| the
installation process at this point. |
--------------------------------------------------------------------
Thank you
for using PHP.
只要出现以上的提示,就证明你全部检查成功,完了接下来就可以执行以下命令了
(5)安装论坛:
1:先拷贝软件 PHPWind_UTF8_6[1].3.2
解压到soft 目录下
|
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn
为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!
|