Call to undefined function imagettfbbox()
使用larvel5时,引入“gregwar/captcha” 结果发现无法显示验证码,查看日志结果,报"PHP message: PHP Fatal error: Call to undefined function imagettfbbox()错误。
后来明白缺少freetype,就重新编辑了php,结果还是报缺少imagettfbbox()方法,不知还需要设置哪里,有遇到过的吗。指教!
系统:linux centos6.5
php 5.6.30
'./configure' '--prefix=/usr/local/php' '--enable-fpm' '--with-mcrypt' '--enable-mbstring' '--enable-pdo' '--with-curl' '--disable-debug' '--disable-rpath' '--enable-inline-optimization' '--with-bz2' '--with-zlib' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-pcntl' '--enable-mbregex' '--with-mhash' '--enable-zip' '--with-pcre-regex' '--with-mysql' '--with-mysqli' '--with-openssl' '--with-gd' '--with-jpeg-dir' '--with-png-dir' '--with-freetype-dir' '--enable-gd-native-ttf' '--with-gettext'
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
需要 gd 库 + freetype