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
I meet the problem on the trouble shooting, but I don't know how to install the packages listed?
Missing native dependencies
If you get the following exception:
java.lang.UnsatisfiedLinkError: Unable to load library '/tmp/io.woo.htmltopdf/wkhtmltox/0.12.5/libwkhtmltox.so': Native library (tmp/io.woo.htmltopdf/wkhtmltox/0.12.5/libwkhtmltox.so) not found in resource path
Then that likely means that one of the native dependencies of wkhtmltopdf is not met. It might be worth checking that the following packages are installed:
libc6 (or glibc)
libx11
libxext
libxrender
libstdc++
libssl1.0
freetype
fontconfig
The text was updated successfully, but these errors were encountered:
wmxl
changed the title
java.lang.UnsatisfiedLinkError: Unable to load library Native library not found problem
java.lang.UnsatisfiedLinkError: Unable to load library Native library not found problem, how to install these package on linux?
Dec 17, 2021
I also encountered that except that libssl1.0 could not be installed, everything else was installed, but an error was reported: Native library (tmp/io.woo.htmltopdf/wkhtmltox/0.12.5/libwkhtmltox.so) not found in resource path ([jar:file:/usr/local/java/dsk-datamonitor.jar!/BOOT-INF/classes!/, jar:file:/usr/local/java/dsk-datamonitor.jar!/BOOT-INF/lib/java-jwt-3.18.3.jar!/
I meet the problem on the trouble shooting, but I don't know how to install the packages listed?
The text was updated successfully, but these errors were encountered: