fpanaccia / Wkhtmltopdf.NetCore-deprecated

Rotativa + Net Core
The Unlicense
220 stars 94 forks source link

Error in Linux #53

Closed jasonlaw closed 3 years ago

jasonlaw commented 3 years ago

May I know how to fix the following error?

[03/01/2021 09:36:41] ErrorKind:Internal System.Exception: /var/aspnetcore/viqcommunitystaging/Rotativa/Linux/wkhtmltopdf: error while loading shared libraries: libpng15.so.15: cannot open shared object file: No such file or directory

Also, may I know where do you get the latest wkhtmltopdf file?

Many thanks.

enteezgit commented 3 years ago

try apt-get install libpng16-16

I had libjpeg.so.62 and it was resolved with apt-get install libjpeg62

This was on Ubuntu 20.04 though

jasonlaw commented 3 years ago

Thanks!