fission-codes / fission

Fission CLI & server
https://runfission.com/docs
119 stars 14 forks source link

Fission CLI using old libssl / broken in Ubuntu 22.04 #635

Open tennox opened 1 year ago

tennox commented 1 year ago

Summary

I'm maintaining a self-upgrading docker image for fission cli :sunglasses:, and the CI pipeline for Ubuntu 20.04 -> 22.04 showed me this:

$ fission --help
fission: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

I checked the installation guide but after some research found libssl 1.1 was deprecated and is removed in favor of libssl3

Impact

The docker image will just stay with ubuntu 20.04 for now, but users with Ubuntu 22 won't easily be able to use your cli.

Solution

Describe the sort of fix that would solve the issue

Detail

To Reproduce

madclaws commented 1 year ago

yes, right now i am using fission-cli with a separate install of openssl 1.1 adding the path in LD_LIBRARY_PATH. I am using Ubuntu 22.04