码迷,mamicode.com
首页 > 系统相关 > 详细

关于linux 安装libxml2

时间:2014-11-19 12:23:22      阅读:526      评论:0      收藏:0      [点我收藏+]

标签:io   ar   sp   for   on   div   cti   bs   ef   

  安装php的时候提示libxml2 未安装

  从服务器安装libxml2 提示 

libxml.c:3821: error: expected ‘=‘, ‘,‘, ‘;‘, ‘asm‘ or ‘__attribute__‘ before ‘libxmlMethods‘

libxml.c:3876: warning: ISO C does not allow extra ‘;‘ outside of a function
libxml.c: In function ‘initlibxml2mod‘:
libxml.c:3908: error: ‘PyObject‘ undeclared (first use in this function)
libxml.c:3908: error: ‘module‘ undeclared (first use in this function)
libxml.c:3914: warning: implicit declaration of function ‘Py_InitModule‘
libxml.c:3914: warning: nested extern declaration of ‘Py_InitModule‘
libxml.c:3914: error: ‘libxmlMethods‘ undeclared (first use in this function)
make[4]: *** [libxml.lo] Error 1
make[4]: Leaving directory `/home/builds/libxml2-2.9.1/python‘
 
如果没有安装PYthon 
请 
# ./configure --prefix=/home/builds/libxml2-2.9.1 --with-python=no
# make clean
# make
# make install

关于linux 安装libxml2

标签:io   ar   sp   for   on   div   cti   bs   ef   

原文地址:http://www.cnblogs.com/lairui1232000/p/4107603.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!