小蚂蚁 发表于 2021-12-29 10:53:00

【PHP】编译安装 PHP5.6.13遇到问题以及解决方案

问题
在执行 ​​./configure​​的时候报错


configure: error: xml2-config not found. Please check your libxml2 installation.



解决


yum install libxml2-devel



问题
在执行 ​​make && make install​​的时候遇到的问题


virtual memory exhausted: 无法分配内存
make: * 错误 1



解决
这是内存不够1g 的时候出现的问题。。。。。。


​​./configure --disable-fileinfo​​




https://blog.51cto.com/u_13738137/4855561
页: [1]
查看完整版本: 【PHP】编译安装 PHP5.6.13遇到问题以及解决方案