–xinclude: Command not found 服务器管理 2016-04-09 20:11 410 编译heartbeat时出现–xinclude: Command not found错误,这时由于缺少libxslt-devel包。安装好后,重新./configure再make即可。 yum install libxslt-devel make clean ./configure make && make install