PHP gd 库添加 freetype
Posted cecil_1995
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP gd 库添加 freetype相关的知识,希望对你有一定的参考价值。
gd 库未安装 freetype 可能导致验证码图片加载不出来等问题。
- 先到 php 的扩展目录里面找到 gd 扩展文件夹
- 最好先 make clean 清除之前编译的可执行文件及配置文件,运行
/usr/local/php/bin/phpize
。最后编译安装
./configure --with-php-config=/usr/local/php/bin/php-config --with-jpeg-dir --with-png-dir --with-freetype-dir --with-zlib-dir --with-gd
make && make install
- 重启服务器
以上是关于PHP gd 库添加 freetype的主要内容,如果未能解决你的问题,请参考以下文章
尝试在 Docker 官方镜像中添加 freetype 到 php-gd
Mac OS X 自带PHP环境gd库安装扩展freetype(Call to undefined function imagettftext())