LAMP架构应用实战
介绍
LAMP指的Linux(操作系统)、Apache(HTTP 服务器),MySQL(数据库软件) 和PHP(有时也是指Perl或Python) 的第一个字母,一般用来建立web 服务器。
-
统一安装管理
|
1
2
|
[root@LAMP ~]
[root@LAMP ~]
|
-
apr安装
|
1
2
3
4
5
|
[root@LAMP application]
[root@LAMP application]
[root@LAMP application]
[root@LAMP apr-1.5.2]
[root@LAMP apr-1.5.2]
|
2. 安装apr-util
|
1
2
3
4
5
|
[root@LAMP application]
[root@LAMP application]
[root@LAMP application]
[root@LAMP apr-util-1.5.4]
[root@LAMP apr-util-1.5.4]
|
3. 安装pcre[perl 兼容的正则表达式库]
|
1
2
3
4
5
|
[root@LAMP application]
[root@LAMP application]
[root@LAMP application]
[root@LAMP pcre-8.10]
[root@LAMP pcre-8.10]
|
4. 安装libxml2[XML程序库]
|
1
2
3
4
5
|
[root@LAMP application]
[root@LAMP application]
[root@LAMP application]
[root@LAMP libxml2-2.7.6]
[root@LAMP libxml2-2.7.6]
|
5. 安装libmcrypt[加密算法扩展库]
|
1
2
3
4
5
|
[root@LAMP application]
[root@LAMP application]
[root@LAMP application]
[root@LAMP libmcrypt-2.5.7]
[root@LAMP libmcrypt-2.5.7]
|
6. 安装zlib[数据压缩库]
|
1
2
3
4
5
|
[root@LAMP application]
[root@LAMP application]
[root@LAMP application]
[root@LAMP zlib-1.2.8]
[root@LAMP zlib-1.2.8]
|
7. 安装libpng[PNG图片操作库]
|
1
2
3
4
5
|
[root@LAMP application]
[root@LAMP application]
[root@LAMP application]
[root@LAMP libpng-1.6.23]
[root@LAMP libpng-1.6.23]
|
未完成,待续。
本文转自asd1123509133 51CTO博客,原文链接:http://blog.51cto.com/lisea/1832643,如需转载请自行联系原作者