pallymore / wkhtmltopdf-binary-edge

this is forked from tolgap/wkhtmltopdf-binary .
MIT License
74 stars 33 forks source link

libssl.so.1.0.0, libcrypto.so.1.0.0 - mismatching version #23

Closed crazyoptimist closed 4 years ago

crazyoptimist commented 4 years ago
OS version : Debian 10 (buster)
Ruby version: 2.6
Rails version: 6
wkhtmltopdf-binary-edge 0.12.5.1 - October 29, 2019

At first I've tried with the default version (wkhtmltopdf-binary-edge 0.12.2.1), it required very old version of shared libraries, so I switched to the latest version (wkhtmltopdf-binary-edge 0.12.5.1), but it turned out that it's also not matching: OS - installed versions are libssl.so.1.1, libcrypto.so.1.1 I can figure out a workaround but it's not a solution for production. Not sure but I think you may just change the dependency names to libssl.so and like so for all other possible dependencies. Or give me some elegant solution. Gem update would be greater! Thanks in advance. 😎

crazyoptimist commented 4 years ago

I've solved it by switching to "wkhtmltopdf-binary" latest version. Hope it supports all distro debian/fedora/arch. Debugging is a real pain. Thanks.