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

libssl.so.1.0 unavailable #462

Open
AlexanderPavlenko opened this issue Jun 10, 2024 · 2 comments
Open

libssl.so.1.0 unavailable #462

AlexanderPavlenko opened this issue Jun 10, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@AlexanderPavlenko
Copy link

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

@AlexanderPavlenko AlexanderPavlenko added the bug Something isn't working label Jun 10, 2024
@aome510
Copy link
Owner

aome510 commented Jun 10, 2024

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
Copy link
Author

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.

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