Further testing shows:
- fails on Raspberry Pi Model B rev 2
32 -bit
- works on Raspberry Pi 4 Model B Rev 1.1
64 bit
Not surprising a 64-bit binary fails on 32-bit.
sudo netstat -apn | fgrep 2947
tcp 0 0 127.0.0.1:2947 0.0.0.0:*
LISTEN 1/init
tcp6 0 0 ::1:2947 :::*
LISTEN 1/init
Systemd(ick) still has control. I can't help you there.
All this work to avoid 10 mins to build from git...
RGDS
GARY
===========================================
So is APT-GET is allowing me to install a 64-bit binary on a 32-bit
system? All the RPi Raspbian current code is 32-bit, though, I understood.
Is there a simple way of checking where a binary is 32- or 64-bit? I
can do that on Windows but not (yet) on Linux.
David