-
Notifications
You must be signed in to change notification settings - Fork 489
Open
Labels
bugA functionality or parts of a program that do not work as intendedA functionality or parts of a program that do not work as intended
Description
Description
On Raspberry Pi OS for Pi4, ./spotifyd --version throws error:
./spotifyd: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
To Reproduce
- Used wget to download v0.4.2/spotifyd-linux-aarch64-default.tar.gz
- tar xf
- chmod +x
- chown root:root
- ./spotifyd --version
Versions
- OS: Raspberry Pi OS; Debian 13.2 (trixie);
- uname -a output:
Linux pi4serv 6.12.47+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.12.47-1+rpt1 (2025-09-16) aarch64 - Spotifyd: v0.4.2 linux-aarch64-default
Additional context
Running find / -type f -name "libssl.so*" produces this list:
- /usr/lib/aarch64-linux-gnu/libssl.so.3
- /opt/emby-server/lib/libssl.so.3
Metadata
Metadata
Assignees
Labels
bugA functionality or parts of a program that do not work as intendedA functionality or parts of a program that do not work as intended