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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while loading shared libraries: libssl.so.1.1 #87

Closed
Forage opened this issue Nov 11, 2022 · 4 comments
Closed

Error while loading shared libraries: libssl.so.1.1 #87

Forage opened this issue Nov 11, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@Forage
Copy link
Contributor

Forage commented Nov 11, 2022

Hi,

rescrobbled unfortunately stopped working because Ubuntu moved from libssl1 to libssl3.
I'm now getting the following error:

./rescrobbled: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

Should rescrobbled not switch as well?

Version: 0.6.1
OS: Ubuntu 22.10

@InputUsername
Copy link
Owner

Thanks for reporting, I'll get on this ASAP.

@InputUsername InputUsername added the bug Something isn't working label Nov 12, 2022
@InputUsername
Copy link
Owner

@Forage Ok, I've finally had time to dig into this, sorry for the massive delay 😞

Rescrobbled just links to whatever OpenSSL is installed at build time, so building from source as a temporary workaround should fix the issue. Starting from the next release, binaries on GitHub will link to libssl3.

Does this answer your issue?

@InputUsername
Copy link
Owner

In any case, I've just released 0.7.0. The GitHub binary now uses libssl3.

@Forage
Copy link
Contributor Author

Forage commented Jan 22, 2023

Works like a charm, many thanks!

@Forage Forage closed this as completed Jan 22, 2023
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

2 participants