Running FastCGI Process Manager checks
checking for php-fpm config file path... $prefix/etc/php-fpm.conf
checking for php-fpm log file path... $prefix/logs/php-fpm.log
checking for php-fpm pid file path... $prefix/logs/php-fpm.pid
checking for XML configuration
checking for xml2-config... /usr/bin/xml2-config
checking for libxml library... yes, 2.6.23
checking for xmlParseFile... no
configure: error: Failed to link with libxml
rpm -qa | grep libxml2
libxml2-32bit-2.6.23-15.2
libxml2-python-2.6.23-15.2
libxml2-devel-2.6.23-1.2
libxml2-2.6.23-15.2
原因:
if eval "test \"`echo '$ac_cv_func_'xmlParseFile`\" = yes"; then
echo "$ac_t""yes" 1>&6
:
else
echo "$ac_t""no" 1>&6
{ echo "configure: error: Failed to link with libxml" 1>&2; exit 1; }
是这个么?
如果是因为checking for xmlParseFile... no的原因 关于xmlParseFile的资料几乎没有