搜尋

首頁  >  問答  >  主體

brew安裝php拓展沒有找到指定設定選項

各位大佬們好,

小弟在使用php驗證碼的時候出現以下錯誤:

#找到原因是因為缺少gd中的 FreeType 函式庫。

查看phpinfo:

#已經透過brew卸載了現有的php,透過:

brew install homebrew/php/php56 \
--with-freetype \
--without-snmp \
--without-apache \
--with-debug \
--with-fpm \
--with-intl \
--with-homebrew-curl \
--with-homebrew-libxslt \
--with-homebrew-openssl \
--with-imap \
--with-mysql \
--with-tidy

想重新安裝以上內容,但卻提示:

#也已經對brew更新過了,還是不行,

求各位大佬們提供幾個解決方案指點下小弟!

多謝!

ringa_leeringa_lee2713 天前839

全部回覆(1)我來回復

  • ringa_lee

    ringa_lee2017-06-26 10:51:12

    brew install homebrew/php/php56
    brew install homebrew/php/php56-gd
    其他擴展同理

    回覆
    0
  • 取消回覆