原csdn地址https://blog.csdn|

蜗牛使劲冲

园龄:7年6个月粉丝:3关注:10

docker安装gd库扩展

参考:https://blog.csdn.net/qq_25194685/article/details/90407929

apt update  #更新软件源
apt install -y libwebp-dev libjpeg-dev libpng-dev libfreetype6-dev #安装各种库
docker-php-source extract #解压源码
cd /usr/src/php/ext/gd  #gd源码文件夹
docker-php-ext-configure gd --with-webp-dir=/usr/include/webp --with-jpeg-dir=/usr/include --with-png-dir=/usr/include --with-freetype-dir=/usr/include/freetype2   #准备编译
docker-php-ext-install gd   #编译安装
php -m | grep gd

这个搞了大半天了,特地记下来

本文作者:蜗牛使劲冲

本文链接:https://www.cnblogs.com/warrenwt/p/18074607

版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 2.5 中国大陆许可协议进行许可。

posted @   蜗牛使劲冲  阅读(5)  评论(0编辑  收藏  举报  
点击右上角即可分享
微信分享提示
评论
收藏
关注
推荐
深色
回顶
收起