make[4]: *** [libxml.lo] Error 1 make[4]: Leaving directory `/home/builds/libxml2-2.9.1/python‘
错误解决方法
# ./configure --prefix=/home/builds/libxml2-2.9.1 --with-python=no # make clean # make # make install
本文出自 “Freax” 博客,请务必保留此出处http://freax.blog.51cto.com/6614733/1391090
原文:http://freax.blog.51cto.com/6614733/1391090