Mac OS X 自帶PHP環境gd庫安裝擴展freetype(Call to undefined function imagettftext())

在使用thinkPHP時候驗證碼不顯示;存在報錯:「Call to undefined function imagettftext()」,這是因爲php GD庫中缺乏freetype擴展所致;
解決辦法以下:

下載freetype擴展
  下載地址:https://download.savannah.gnu.org/releases/freetype/
  一、cd 下載的包名

  二、 cd ext/安裝擴展的路徑

編譯安裝php

  三、/configure --enable-static --enable-shared (沒有指定prefix, .h文件默認安裝到 /usr/local/include, .a|.so文件默認安裝到 /usr/local/lib)函數

  四、make && make install get

  五、使用函數phpinfo()查看freetype 安裝成功是否成功io

   六、打開 php.ini 將擴展添加到配置文件編譯

相關文章
相關標籤/搜索