Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tennox opened this issue Feb 22, 2023 · 1 comment
Open

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

tennox opened this issue Feb 22, 2023 · 1 comment
Assignees
Labels
馃悰 bug Something isn't working

Comments

@tennox
Copy link
Contributor

tennox commented Feb 22, 2023

Summary

I'm maintaining a self-upgrading docker image for fission cli 馃槑, 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

  • Install https://github.com/fission-suite/fission/releases/download/2.18.0/fission-cli-ubuntu-20.04-x86_64 on Ubuntu
  • Or run: docker run --rm -it registry.gitlab.com/txlab/docker/fission-cli:b43d947b18aefe3eb276b273b5836d3d00cd3cff
@tennox tennox added the 馃悰 bug Something isn't working label Feb 22, 2023
@walkah walkah self-assigned this Feb 23, 2023
@madclaws
Copy link

madclaws commented Jun 18, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
馃悰 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants