gd 已启用但仍报 PHP Fatal error: Call to undefined function imagecreatefromjpeg()

发布于 2024-08-31 10:49:07 字数 247 浏览 4 评论 0原文

有人遇到过这个问题吗?

我检查了 phpinfo() 的输出,并看到 gd 已启用。

更新

我使用--with-gd构建了PHP,但输出中只有GIF SupportPNG 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

酒儿 2024-09-07 10:49:07

听起来它不是针对 libjpeg 构建的。查看 gd 部分中的“JPEG 支持”是否已“启用”。

Sounds like it wasn't built against libjpeg. See if "JPEG Support" in the gd section is "enabled".

只有影子陪我不离不弃 2024-09-07 10:49:07

我只能猜测,但是:

  • 您使用的 php 版本是什么? (你自己编译的吗?)
  • 在gd下,你看到有什么与jpg相关的东西吗?
  • 您的配置命令是什么?它有说任何关于 jpg 的事情吗?

I can only guess, but:

  • What version of php are you using ? (did you compile it yourself?)
  • Under gd, do you see anything related to jpg ?
  • What is your Configure Command? Does it say anything about jpg ?
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文