You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by: java.lang.UnsatisfiedLinkError: Unable to load library '/home/work/app/tomcat/temp/io.woo.htmltopdf/wkhtmltox/0.12.5/libwkhtmltox.so': Native library (home/work/app/tomcat/temp/io.woo.htmltopdf/wkhtmltox/0.12.5/libwkhtmltox.so) not found in resource path
I have executed : yum -y install glibc libX11 libXext libXrender libstdc++ openssl freetype fontconfig
How can i solve
The text was updated successfully, but these errors were encountered:
I had the same problem with the missing dependencies. However, updating the file "libwkhtmltox.so" to the current version 0.12.6 could fix this in my case.
If you want, you can take a look at my fork, there is the newest version of whtmltopdf (for linux distributions)
Caused by: java.lang.UnsatisfiedLinkError: Unable to load library '/home/work/app/tomcat/temp/io.woo.htmltopdf/wkhtmltox/0.12.5/libwkhtmltox.so': Native library (home/work/app/tomcat/temp/io.woo.htmltopdf/wkhtmltox/0.12.5/libwkhtmltox.so) not found in resource path
I have executed : yum -y install glibc libX11 libXext libXrender libstdc++ openssl freetype fontconfig
How can i solve
The text was updated successfully, but these errors were encountered: