vmware.c:1226: error: ‘XML_PARSE_HUGE’ undeclared (first use in this function)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vmware.c:1226: error: ‘XML_PARSE_HUGE’ undeclared (first use in this function)相关的知识,希望对你有一定的参考价值。
问题:
虚拟机安装zabbix3.01在编译时报错,无法继续
vmware.c:1226: error: ‘XML_PARSE_HUGE’ undeclared (first use in this function)
原因:
产生这个错误的原因是一个BUG
解决方法:
参考https://support.zabbix.com/browse/ZBX-10459
官方的意思是需修改parser.h文件,在其中加入
XML_PARSE_HUGE = 1<<19,/* relax any hardcoded limit from the parser */
可以使用find / -name parser.h 定位文件位置
本文出自 “杨利从” 博客,请务必保留此出处http://andy110.blog.51cto.com/416052/1752293
以上是关于vmware.c:1226: error: ‘XML_PARSE_HUGE’ undeclared (first use in this function)的主要内容,如果未能解决你的问题,请参考以下文章