部署Nginx,发现部署Nginx失败。查看执行日志后发现,存在如下错误
./configure: error: the HTTP image filter module requires the GD library.You can either do not enable the module or install the libraries
说明是GD库没有部署。
好吧,直接apt-get吧(CentOS与Debian的库称号不一样,找了半晌……)
apt-get install libgd2-xpm libgd2-xpm-dev
再次部署Nginx,顺手通过
文章评论