Error: The HTTP image filter module requires the GD library – Nginx / CentOS 7.3

1. ./configure: error: the HTTP image filter module requires the GD library. You can either do not enable the module or install the libraries.

 

yum install gd gd-devel

 https://www.theshell.guru/error-the-http-image-filter-module-requires-the-gd-library-nginx-centos-7-3/

上一篇:Debug - source release 1.8 requires target release 1.8


下一篇:Pytorch修改指定模块权重的方法,即 torch.Tensor.detach()和Tensor.requires_grad方法的用法