brew安装php拓展没有找到指定配置选项
ringa_lee
ringa_lee 2017-06-26 10:49:12
0
1
821

各位大佬们好,

小弟在使用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_lee
ringa_lee

ringa_lee

全部回复(1)
ringa_lee

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

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责声明 Sitemap
PHP中文网:公益在线PHP培训,帮助PHP学习者快速成长!