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 wanted to bring to your attention that the binary files in this project are causing errors on operating systems like Amazon Linux 2023. This seems to be due to the fact that these systems use OpenSSL 3 and libpng 1.6, among others.
I have found a workaround for this issue by installing wkhtmltopdf on the system using Alma Linux 9 with the following command:
Hello,
I wanted to bring to your attention that the binary files in this project are causing errors on operating systems like Amazon Linux 2023. This seems to be due to the fact that these systems use OpenSSL 3 and libpng 1.6, among others.
I have found a workaround for this issue by installing wkhtmltopdf on the system using Alma Linux 9 with the following command:
dnf install -y https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-3/wkhtmltox-0.12.6.1-3.almalinux9.$(uname -m).rpm
This solution eliminates the need to install this package. I hope this information is helpful and leads to a resolution of the issue.
Best regards, Alejandro.
The text was updated successfully, but these errors were encountered: