当前位置:论坛首页 > Linux面板 > 求助

【待反馈】NGINX 1.22安装失败

发表在 Linux面板2022-7-4 08:58 [复制链接] 1 4422

   ./configure: error: the HTTP XSLT module requires the libxml2/libxsltlibraries. You can either do not enable the module or install the libraries.make: *** No rule to make target 'build', needed by 'default'. Stop.make: *** No rule to make target 'install'. Stop.========================================================  
使用道具 举报 只看该作者 回复
发表于 2022-7-4 09:39:45 | 显示全部楼层
CentOS系列的服务器,执行下面的安装依赖:
  1. yum install libxml2  libxml2-devel
复制代码

Debian|Ubuntu系列:
  1. apt-get update
  2. apt-get install libxml2 libxml2-dev
复制代码

安装好依赖后,重新安装Nginx

使用道具 举报 回复 支持 反对
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

企业版年付运维跟进群

普通问题处理

论坛响应时间:72小时

问题处理方式:排队(仅解答)

工作时间:白班:9:00 - 18:00

紧急问题处理

论坛响应时间:10分钟

问题处理方式:1对1处理(优先)

工作时间:白班:9:00 - 18:00

工作时间:晚班:18:00 - 24:00

立即付费处理
快速回复 返回顶部 返回列表