/configure: error: the HTTP image filter module requires the GD library.
You can either do not enable the module or install the libraries.
make: *** No rule to make target `build’, needed by `default’. Stop.
========================================================
解决方法:https_image_filter_module是nginx提供的集成图片处理模块,需要gd-devel的支持 yum -y install gd-devel
参考httpss://www.bt.cn/bbs/thread-16095-1-1.html
httpss://www.cnblogs.com/operationhome/p/8964191.html