问题:
checking whether to enable JIS-mapped Japanese font support in GD... no
configure: error: webp/decode.h not found.
解决:
yum install -y libwebp libwebp-devel
本文解决了一个关于GD库配置中出现的问题,具体为禁用JIS映射的日语字体支持及找不到webp/decode.h文件。通过安装libwebp和libwebp-devel包成功解决了该问题。
问题:
checking whether to enable JIS-mapped Japanese font support in GD... no
configure: error: webp/decode.h not found.
解决:
yum install -y libwebp libwebp-devel
5216
5264
225
763

被折叠的 条评论
为什么被折叠?