php在linux下call to undefined function imagettftext()
在线上环境测试图片生成的时候报错:call to undefined function imagettftext()
➡️解决方案
下载安装freetype
1 | ./configure --prefix=/usr/local/freetype/2.7.1 --without-harfbuzz //编译 |
再重新编译安装gd
1 | phpize |
在线上环境测试图片生成的时候报错:call to undefined function imagettftext()
下载安装freetype
1 | ./configure --prefix=/usr/local/freetype/2.7.1 --without-harfbuzz //编译 |
再重新编译安装gd
1 | phpize |