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

No longer able to launch spotify-tui #1043

Open
botsunny opened this issue Nov 11, 2022 · 5 comments
Open

No longer able to launch spotify-tui #1043

botsunny opened this issue Nov 11, 2022 · 5 comments

Comments

@botsunny
Copy link

OS: Arch Linux
Kernel: 6.0.7-arch1-1
A week ago, I was no longer able to launch spotify-tui by typing spt in the kernel. The following error is returned:

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

I believe this coincides with the latest update of openssl in the Arch repositories, which was recently updated from version 1.1 to 3.0. Then again, I am unsure about this due to inexperience.

@ignassew
Copy link

Looks like spotify-tui is no longer maintained, so I doubt the root cause (using openssl 1.1.1) will be fixed anytime soon. You can still install the old version of openssl on arch: pacman -S openssl-1.1

@apprehensions
Copy link

apprehensions commented Nov 12, 2022

No. you just recompile spotify-tui. all AUR packages that depend or are linked to a previous version of OpenSSL must be recompiled to be linked to the new version.

...Unless a dependency crate of spotify-tui needs that specific version of openssl.

@ignassew
Copy link

No. you just recompile spotify-tui. all AUR packages that depend or are linked to a previous version of OpenSSL must be recompiled to be linked to the new version.

...Unless a dependency crate of spotify-tui needs that specific version of openssl.

Indeed, openssl-sys v0.9.58 (released almost 3 years ago), doesn't support openssl v3.

@apprehensions
Copy link

#1041

@brookesy66
Copy link

brookesy66 commented Nov 25, 2022

No. you just recompile spotify-tui. all AUR packages that depend or are linked to a previous version of OpenSSL must be recompiled to be linked to the new version.

...Unless a dependency crate of spotify-tui needs that specific version of openssl.

Running cargo update then recompiling fixed it for me on Arch Linux as per #1041 as wael444 has linked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants