gd 已启用但仍报 PHP Fatal error: Call to undefined function imagecreatefromjpeg()
有人遇到过这个问题吗?
我检查了 phpinfo()
的输出,并看到 gd
已启用。
更新
我使用--with-gd
构建了PHP,但输出中只有GIF Support
和PNG Support
phpinfo() 的,如何启用 JPEG 支持
?
Has anyone met this problem ?
I've checked the output of phpinfo()
,and see gd
is enabled.
UPDATE
I built PHP with --with-gd
, but only GIF Support
and PNG Support
are in the output of phpinfo(), how do I enable JPEG Support
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
听起来它不是针对 libjpeg 构建的。查看 gd 部分中的“JPEG 支持”是否已“启用”。
Sounds like it wasn't built against libjpeg. See if "JPEG Support" in the gd section is "enabled".
我只能猜测,但是:
配置命令
是什么?它有说任何关于 jpg 的事情吗?I can only guess, but:
Configure Command
? Does it say anything about jpg ?