Skip to content

java.lang.UnsatisfiedLinkError: Unable to load library Native library not found problem, how to install these package on linux? #50

@wmxl

Description

@wmxl

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


Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions