在安装nignix时出现如下问题
/configure: error: the HTTP XSLT module requires the libxml2/libxslt
libraries. You can either do not enable the module or install the libraries.
解决方法:
yum -y install libxmll2-devel libxslt-devel
本文出自 “hhslinux” 博客,谢绝转载!
原文:http://hhslinux.blog.51cto.com/5656312/1746938