搜索

首页  >  问答  >  正文

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_lee2697 天前825

全部回复(1)我来回复

  • ringa_lee

    ringa_lee2017-06-26 10:51:12

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

    回复
    0
  • 取消回复