error: Call to undefined function imagettftext()

PHP GD 圖庫報錯:error: Call to undefined function imagettftext()php

緣由是確少 freetypehtml

1.安裝freetypeshell

下載最新版的 [freetype](https://www.freetype.org/download.html "freetype") 解壓 編譯 安裝:code

tar -zxvf freetype-2.9.1.tar.gz
cd reetype-2.9.1
# 安裝到/usr/local/freetype
./configure --prefix=/usr/local/freetype
make && make install

2.從新編譯安裝 gdhtm

首先要 make clean;這個很重要get

#先進入 PHP 源碼包中的 ext/gd/ 下
make clean
phpize
./configure --with-freetype-dir=/usr/local/freetype
make && make install

若是是首次安裝 gd 須要在 php.ini 中開啓 gd.so源碼

相關文章
相關標籤/搜索