ubuntu系统安装nginx出现的错误(依赖环境没有安装完)
Posted 与f
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu系统安装nginx出现的错误(依赖环境没有安装完)相关的知识,希望对你有一定的参考价值。
报错信息:
error: the HTTP image filter module requires the GD library.
编译参数:(或源安装)
./configure --prefix=/usr/local/nginx --user=nginx --group=nginx --enable-mods-shared=all --add-module=/usr/local/src/ngx_http_geoip2_module
过程报错:
./configure: error: the HTTP image filter module requires the GD library. You can either do not enable the module or install the libraries.
解决方法:
安装 libgd-dev:
sudo apt-get install -y libgd-dev
以上是关于ubuntu系统安装nginx出现的错误(依赖环境没有安装完)的主要内容,如果未能解决你的问题,请参考以下文章
Ubuntu安装软件出现依赖问题及基本python虚拟环境创建
Ubuntu16.04安装OpenVINO™ toolk配置Model Optimizer出现错误