Chinaunix首页 | 论坛 | 博客
  • 博客访问: 509852
  • 博文数量: 106
  • 博客积分: 1707
  • 博客等级: 上尉
  • 技术积分: 1109
  • 用 户 组: 普通用户
  • 注册时间: 2009-11-16 11:24
个人简介

从事互联网开发、运营、设计、运维等工作。偏爱底层开发,服务器运维

文章分类

全部博文(106)

文章存档

2016年(3)

2015年(6)

2014年(5)

2013年(11)

2012年(8)

2011年(8)

2010年(34)

2009年(31)

分类: LINUX

2011-04-28 16:25:27

基本编译组件安装

1
yum install gcc cpp glibc glibc-devel gcc-c++
2. PCAP/PNG/GD Library(图像处理库)

1
yum install libpcap libpng libpng-devel gd gd-devel
3.安装apache2

1
yum install httpd mod_ssl
2
chkconfig httpd on
3
service httpd start


然后执行相应版本的升级
shell>yum install php* 或shell>yum install php-devel
首先就是要升级我们的php 等升级完成以后就可以升级相应的包了。
shell>yum install php-gd
shell>yum install php-mcrypt
shell>yum install php-mbstring

阅读(1876) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~