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
{{ message }}
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
Description
When trying to compile the package we are unable to link the final wkhtmltoimage binary.
How to reproduce
Follow the steps on README.md to install the package, it will fail on ./bootstrap.sh wk build.
As for the dependencies just install it as: dnf install -y python3.11 python3.11-pip git make gcc-g++ libX11-devel libXext-devel libXdmcp-devel libXrender-devel openssl-devel
PSA: libXdmcp-devel is only available on Codeready Builder / CRB / PowerTools.
Expected behavior
Successful compilation
Possible Solution
Just adding -lssl -lcrypto will solve the issue. I've manually done that with the command:
wkhtmltopdf version(s) affected: 0.13.0
OS information
RHEL 9.4
Description
When trying to compile the package we are unable to link the final
wkhtmltoimage
binary.How to reproduce
Follow the steps on README.md to install the package, it will fail on
./bootstrap.sh wk build
.As for the dependencies just install it as:
dnf install -y python3.11 python3.11-pip git make gcc-g++ libX11-devel libXext-devel libXdmcp-devel libXrender-devel openssl-devel
PSA:
libXdmcp-devel
is only available on Codeready Builder / CRB / PowerTools.Expected behavior
Successful compilation
Possible Solution
Just adding
-lssl -lcrypto
will solve the issue. I've manually done that with the command:But that isn't a solution. The build system should be modified to handle this.
The text was updated successfully, but these errors were encountered: