### 问题
在执行 `./configure`的时候报错
> configure: error: xml2-config not found. Please check your libxml2 installation.
### 解决
`yum install libxml2-devel`
### 问题
在执行 `make && make install`的时候遇到的问题
> virtual memory exhausted: 无法分配内存
make: *** [ext/fileinfo/libmagic/apprentice.lo] 错误 1
### 解决
这是内存不够1g 的时候出现的问题。。。。。。
> ./configure --disable-fileinfo
### 参考资料
- [http://segmentfault.com/q/1010000000260961](http://segmentfault.com/q/1010000000260961)
- [http://wudi.in/archives/284.html](http://wudi.in/archives/284.html)
- 前言
- php编写RSS源
- PHP编写rss源(续)
- ubuntu 上给PHP安装扩展 Msgpack 和 Yar
- PHPCMS广告模块详细分析——广告的生成
- Yii配合Yar在php5.3.3环境下的错误以及解决方案
- 【Yaf】Yaf的环境安装遇到的问题以及解决方案
- 【PHP扩展】centos给PHP安装扩展
- 【MYSQL】PHPMYADMIN出现的问题以及解决方案
- 【PHP】阿里云升级PHP到5.5详解
- 【phpMyAdmin】修改配置文件连接到其他服务器
- 【PHP】PHP5.4.0版本ChangeLog详解(上)
- 【PHP】编译安装 PHP5.6.13遇到问题以及解决方案
- 【翻译】PHP7——新特性
- 【PHP】数组foreach引发的小问题
- 【CURL】PHP的CURL开发项目最佳实践
- 【PHP】PHP转换图片为ico格式源码
- 【PHP】PHP图像裁剪缩略裁切类源代码及使用方法