安装nginx 报错
/configure: error: the HTTP XSLT module requires the libxml2/libxslt
yum -y install libxml2 libxml2-dev
yum -y install libxslt-devel
本文介绍了解决在安装Nginx过程中遇到的错误:HTTPXSLT模块所需的libxml2/libxslt库缺失的问题。通过使用yum命令安装libxml2、libxml2-dev、libxslt-devel等依赖库,成功解决了Nginx的安装配置问题。
安装nginx 报错
/configure: error: the HTTP XSLT module requires the libxml2/libxslt
yum -y install libxml2 libxml2-dev
yum -y install libxslt-devel
7679
1万+
3434
7813

被折叠的 条评论
为什么被折叠?