aome510 / spotify-player

A Spotify player in the terminal with full feature parity
MIT License
2.48k stars 99 forks source link

libssl.so.1.0 unavailable #462

Open AlexanderPavlenko opened 3 weeks ago

AlexanderPavlenko commented 3 weeks ago

Describe the bug

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

To Reproduce Run on any current arm64 debian, I guess

Expected behaviour Linked with libssl1.1 (1.1.1w) or newer https://packages.debian.org/search?suite=all&section=all&arch=any&searchon=names&keywords=libssl-dev

Log and backtrace N/A

Screenshots N/A

Environment

Additional context N/A

aome510 commented 3 weeks ago

Linked with libssl1.1 (1.1.1w) or newer

Does this mean you have libssl installed on your machine but the version is different from the binary? Is it possible for you to download 1.0.0? Otherwise, you can try to install the app using cargo as described in https://github.com/aome510/spotify-player?tab=readme-ov-file#cargo

AlexanderPavlenko commented 3 weeks ago

Is it possible for you to download 1.0.0?

I tried and it's 404 or non-arm64.

Otherwise, you can try to install the app using cargo

Hangs or takes forever on Pi Zero 2 – low RAM, slow SD card. Managed to build via macOS VM: limactl start --vm-type=vz --mount-type=virtiofs --arch=aarch64 --plain --name=pi02 template://debian-12 Got binary linked to libssl.so.3, and it runs fine.