I am trying to install sdr++, but I dont think that matters. after installing the nightly apt package on my rpi 4, I attempted to run the main bianary sdrpp
but got a file not found error:
pi@sdr:~ $ /usr/bin/sdrpp
-bash: /usr/bin/sdrpp: No such file or directory
pi@sdr:~ $ ls -li /usr/bin/sdrpp
43166 -rwxr-xr-x 1 pi pi 8144 Jul 23 23:58 /usr/bin/sdrpp
- As far as I can tell there arent any strange chars (ѕ vs s, diffrent chars but look alike)
- These two commands were exicuted shortly after one another, so its not like the file was suddenly created
- Still happens after a restart
- I think I got this same bug a long time ago trying to run rust in a replit, I never fixed it.
- File reports it as a
ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, BuildID[sha1]=c4fea3dbc91de8553d404ed70b214efe2a234f39, for GNU/Linux 3.2.0, not stripped
and im pretty sure that's accurate
Other info:
pi@sdr:~ $ uname -a
Linux sdr 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux
pi@sdr:~ $ whereis sdrpp
sdrpp: /usr/bin/sdrpp /usr/lib/sdrpp /usr/share/sdrpp
pi@sdr:~ $ ls -li /usr/bin/sdrpp /usr/lib/sdrpp /usr/share/sdrpp
43166 -rwxr-xr-x 1 pi pi 8144 Jul 23 23:58 /usr/bin/sdrpp
/usr/lib/sdrpp:
[...]
/usr/share/sdrpp:
[...]
pi@sdr:~ $
( [...]
indicates the output was manualy trimmed by me )