RMagick + Ubuntu - 错误的 jpeg 库?

发布于 2024-09-29 14:46:54 字数 298 浏览 8 评论 0原文

我在让 RMagick 在 Ubuntu Intrepid 上运行时遇到问题。 RMagick 安装正确,但是当我尝试使用 JPEG 操作函数时,出现以下错误:

Magick::ImageMagickError 
(Wrong JPEG library version: library is 62, caller expects 80

但是,当我查看 /usr/local/lib 时,我看到 libjpeg.so.8.0.2 已安装。我应该从这里去哪里?我在网络上的任何地方都找不到有关此问题的任何文档。谢谢。

I'm having an issue getting RMagick to behave on Ubuntu Intrepid. RMagick installed correctly, but when I attempt to use the JPEG manipulation functions, I get the following error:

Magick::ImageMagickError 
(Wrong JPEG library version: library is 62, caller expects 80

However, when I look in /usr/local/lib, I see libjpeg.so.8.0.2 is installed. Where should I go from here? I can't find any documentation on this issue anywhere on the 'net. Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

青芜 2024-10-06 14:46:54

你是怎么安装的?如果从 Ubuntu 包管理器安装,它将进入 /usr/lib/libjpeg.so.8.0.2。尝试 sudo apt-get install libjpeg8 。

How did you install it? If you install from the Ubuntu package manager, it goes into /usr/lib/libjpeg.so.8.0.2. Try sudo apt-get install libjpeg8.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文