Help installing static binary for wkhtmltopdf

前端 未结 4 537
感情败类
感情败类 2020-12-28 09:43

I am trying to use the static binary of wkhtmltopdf on Ubuntu server 10.0.4. The reason for is that it apparently has a built in modified QT that will allow me to run wkhtml

4条回答
  •  眼角桃花
    2020-12-28 09:49

    In my debian server trying to run wkhtmltopdf-i386 lead to same blank prompt.

    Non-static (with non-patched QT) version of wkhtmltopdf installed with "aptitude install wkhtmltopdf" is worked.

    Problem solved by switching to wkhtmltopdf-amd64, server was a 64 bit and i missed it.

    After that, wkhtmltopdf-amd64 says 'libxrender shared library not found', this problem was solved by "aptitude install xorg"

提交回复
热议问题