Q1:make的时候报' error: 'zend_class_entry' has no member named 'default_properties''错误, A:把 错误行C文件中default_properties 改成 default_properties_table Q2 : ./configure 时候提示 'configure: error: xml2-config not found. Please check your libxml2 installation' A:重新
注意:不要随便改变基础库的版本,否则会对别的软件产生编译错误 1.基础依赖包安装: cd /software/zlib- ./configure make make install cd /software/libxml2- ./configure --prefix=/usr/local/libxml2/ make make install cd /software/libmcrypt- ./configure --prefix=/usr/local/libmcrypt/ make make i
在CentOS编译PHP5的时候有时会遇到以下的一些错误信息,基本上都可以通过yum安装相应的库来解决.以下是具体的一些解决办法: checking for BZip2 support… yes checking for BZip2 in default path… not found configure: error: Please reinstall the BZip2 distribution Fix: yum install bzip2-devel checking for cURL s