h4cc / wkhtmltopdf-amd64

wkhtmltopdf - Convert html to pdf using webkit (qtwebkit). Linux amd64 Binary.
http://wkhtmltopdf.org/
GNU Lesser General Public License v3.0
471 stars 169 forks source link

Unable to load library icui18n #12

Closed janzenz closed 9 years ago

janzenz commented 9 years ago

I get this error:

The exit status code '1' says something went wrong: stderr: "Unable to load library icui18n "Cannot load library icui18n: (icui18n: cannot open shared object file: No such file or directory)"

OS: ubuntu1404-x64 wkhtmltopdf: 0.12.2.1

I tried

apt-get icui18n but ubuntu can't find that package. I also tried using this fix https://github.com/wkhtmltopdf/wkhtmltopdf/issues/2242 but the answer was to download wkhtmltopdf via apt-get. Is there a better solution?

h4cc commented 9 years ago

The binary in this package was compiled for Debian, not Ubuntu. It is also not fully static linked and errors like yours might occur.

Installing wkhtmltopdf on the system is the best solution anyway.

More info in the FAQ: http://wkhtmltopdf.org/downloads.html#faq

shaneparsons commented 9 years ago

@h4cc Do you currently have any plans to make a ubuntu package?