wkhtmltopdf / packaging

Packaging of wkhtmltopdf releases
https://wkhtmltopdf.org/downloads.html#stable
301 stars 136 forks source link

New Jammy builds are against old version of SSL #121

Closed StefanRijnhart closed 2 years ago

StefanRijnhart commented 2 years ago

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
...
jon-willdooit commented 2 years ago

Does anyone know how to get a wkhtmltopdf odoo compatible build for the mac m1 chip on Ubuntu 20.04?

ashkulz commented 2 years ago

@jon-willdooit see #98 -- Rosetta is the only option.