[GH-ISSUE #1043] No longer able to launch spotify-tui #466

Open
opened 2026-02-28 14:49:20 +03:00 by kerem · 5 comments
Owner

Originally created by @botsunny on GitHub (Nov 11, 2022).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/1043

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.

Originally created by @botsunny on GitHub (Nov 11, 2022). Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/1043 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.
Author
Owner

@ignassew commented on GitHub (Nov 11, 2022):

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

<!-- gh-comment-id:1311700581 --> @ignassew commented on GitHub (Nov 11, 2022): 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`
Author
Owner

@sewnie commented on GitHub (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.

<!-- gh-comment-id:1312391843 --> @sewnie commented on GitHub (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.
Author
Owner

@ignassew commented on GitHub (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.

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

<!-- gh-comment-id:1312451087 --> @ignassew commented on GitHub (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. Indeed, openssl-sys v0.9.58 (released almost 3 years ago), doesn't support openssl v3.
Author
Owner

@sewnie commented on GitHub (Nov 12, 2022):

#1041

<!-- gh-comment-id:1312451983 --> @sewnie commented on GitHub (Nov 12, 2022): #1041
Author
Owner

@brookesy66 commented on GitHub (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

<!-- gh-comment-id:1327096980 --> @brookesy66 commented on GitHub (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 in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-tui#466
No description provided.