在 CentOS 5.5 32 位上运行 wkhtmltopdf

发布于 2024-10-17 14:24:31 字数 335 浏览 2 评论 0原文

我正在尝试在 CentOS 5.5 32 位版本上运行 wkhtmltopdf,我在 VPS 上运行该软件。不知怎的,我无法执行二进制文件,这就是我得到的:

-bash-3.2# ./wkhtmltopdf-i386 http://www.google.nl/ test.pdf
Segmentation fault

我不知道问题可能是什么,该文件有正确的所有者,它的权限是 777。我唯一能想到的就是解决这个问题正在我的 VPS 上安装 X11 软件包,但我不确定这是否能解决问题。

编辑:安装了 X11 软件包,但我仍然遇到相同的错误。

有什么想法吗?

I'm trying to run wkhtmltopdf on CentOS 5.5 32bit version, I'm running that software on a VPS. Somehow I cannot execute the binary, this is what I get:

-bash-3.2# ./wkhtmltopdf-i386 http://www.google.nl/ test.pdf
Segmentation fault

I haven't got a clue to what the problem might be, the file has the proper owner and it's permissions are 777. The only thing I can think of making this problem go away is installing the X11 packages on my VPS, I'm not sure if that will solve the problem though.

Edit: Installed the X11 packages and I'm still getting the same error.

Any ideas?

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

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

发布评论

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

评论(2

残疾 2024-10-24 14:24:31

我已经解决了,显然,在 Windows 上提取 wkhtmltopdf-i386 文件然后通过 FTP 传输它时,它会损坏文件,导致分段错误。使用 wget 并在服务器上下载+解压文件解决了该问题。

I've worked it out, apparently when extracting the wkhtmltopdf-i386 file on Windows and then transferring it via FTP it corrupts the file, resulting in the Segmentation fault error. The problem was solved using wget and downloading+extracting the file on the server.

音盲 2024-10-24 14:24:31

我也遇到过,后来解决了,和你的情况一样。

http://code.google.com/p/wkhtmltopdf/issues/detail ?id=289

Happened to me and got it fixed, same thing you did.

http://code.google.com/p/wkhtmltopdf/issues/detail?id=289

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