Ubuntu: Site believes it has pulled correctly, but fails

Title says it all. Reads “provisioning…”, then immediately flips to “site successfully pulled!”

Business logic should successfully detect error and display a meaningful message, even if it’s just a lazy tail local-lightning.log. This is a fresh Ubuntu 20.04 LTS install as well, and I would recommend testing releases with that ISO via Docker.

I noticed an error message: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory which seems like the culprit, but debian dependencies may need to be adjusted as this library isn’t available in 20.04 by default.

local-lightning.log (29.5 KB)

It seems like Local wants OpenSSL 1.0 but 20.04 comes with OpenSSL 1.1.

I worked around this by manually installing the old libssl-1.0.0 package (which has been deprecated, it would seem) from this page.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.