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 28, 2023. It is now read-only.
Hi, Ubuntu Jammy comes with libssl3, but the new Jammy packages of today are build against libssl1.1.
# dpkg -l |grep wkhtmltox
ii wkhtmltox 1:0.12.6.1-1.jammy amd64 convert HTML to PDF and various image formats using
# ldd /usr/local/bin/wkhtmltopdf
...
libssl.so.1.1 => not found
libcrypto.so.1.1 => not found
...
The text was updated successfully, but these errors were encountered:
Hi, Ubuntu Jammy comes with libssl3, but the new Jammy packages of today are build against libssl1.1.
The text was updated successfully, but these errors were encountered: