当前位置: 技术问答>linux和unix
配置PHP出现的libxml2错误问题
来源: 互联网 发布时间:2016-06-21
本文导语: PHP configure 出现的提示 Configuring extensions checking size of long... (cached) 4 checking size of int... (cached) 4 checking for int32_t... yes checking for uint32_t... yes checking for sys/types.h... (cached) yes checking for inttypes.h... (cached) ...
PHP configure 出现的提示
Configuring extensions
checking size of long... (cached) 4
checking size of int... (cached) 4
checking for int32_t... yes
checking for uint32_t... yes
checking for sys/types.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strtoll... yes
checking for atoll... yes
checking for strftime... (cached) yes
checking whether to enable LIBXML support... yes
checking libxml2 install dir... no
checking for xml2-config path... /usr/local/bin/xml2-config
configure: error: libxml2 version 2.6.11 or greater required.
查询libxml2应该满足安装要求
# rpm -q libxml2
libxml2-2.6.26-2.1.2.7
望高手解答
Configuring extensions
checking size of long... (cached) 4
checking size of int... (cached) 4
checking for int32_t... yes
checking for uint32_t... yes
checking for sys/types.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strtoll... yes
checking for atoll... yes
checking for strftime... (cached) yes
checking whether to enable LIBXML support... yes
checking libxml2 install dir... no
checking for xml2-config path... /usr/local/bin/xml2-config
configure: error: libxml2 version 2.6.11 or greater required.
查询libxml2应该满足安装要求
# rpm -q libxml2
libxml2-2.6.26-2.1.2.7
望高手解答
|
checking for xml2-config path... /usr/local/bin/xml2-config
安装的配置路径问题
安装的配置路径问题