redhat 6.4 安装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 gd-devel,需要下载该文件。 安装方式: yum install -y libpng-devel libjpeg-devel libXpm-devel libX11-devel freetype-devel fontconfig-devel
2024-05-08 17:06:00 72KB gd-devel redhat6.4 linux
1
gd-2.0.35 & gd-devel-2.0.35.zip
2021-03-08 22:00:35 211KB php centos
1
同事需要在客户环境安装gd-devel,但服务器不能上网,帮他下载了相关依懒包并写了一个脚本。看看有没有同样的同学
2020-01-11 03:10:54 7.75MB ga-devel安装 gd安装
1
redhat 6.4 安装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 gd-devel,需要下载该文件。 安装方式: yum install -y libpng-devel libjpeg-devel libXpm-devel libX11-devel freetype-devel fontconfig-devel wget ftp://ftp.muug.mb.ca/mirror/centos/6.5/os/x86_64/Packages/gd-devel-2.0.35-11.el6.x86_64.rpm rpm -ivh gd-devel-2.0.35-11.el6.x86_64.rpm
2020-01-11 03:02:54 78KB gd-devel redhat6.4 linux
1