philippe44 / SpotConnect

Turn any UPnP or AirPlay player into a Spotify Connect device
MIT License
75 stars 3 forks source link

Running on an Asus router? (kernel too old) #50

Open flatpackfan opened 3 days ago

flatpackfan commented 3 days ago

I tried running SpotConnect on an Asus AX86U with ASUSWRT-Merlin but got the error that the kernel is too old with the static version. And yes, the router is running an old kernel.

Linux AX86U 4.1.52 #2 SMP PREEMPT Mon Aug 21 16:24:28 EDT 2023 aarch64 ASUSWRT-Merlin

The non-static version exits with this error. ./spotraop-linux-aarch64: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory

It might be a far stretch to get this running on such a device but who knows...

philippe44 commented 3 days ago

Only the static version would have a chance to work

flatpackfan commented 2 days ago

Yeah, that's what I thought. But it seems that's not going to fly with a 4.1 kernel.