在 CentOS 5.5 32 位上运行 wkhtmltopdf
我正在尝试在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我已经解决了,显然,在 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.
我也遇到过,后来解决了,和你的情况一样。
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