You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Had created a fresh install of RLT_SDR Airband 5.1.1 for a Pi 5 which requires a 64 bit OS. I installed Bookworm.
Everything works ok until you test the LIVE ATC testfeed.sh which throws the following error.
error - ./test_feedtest.sh: line 3: /root/check_ice: cannot execute: required file not found
Nothing in logs (now im using 64 bit and the NetWorkManager i cant see any logs but thats a different discussion)
I figured it may be because it was compiled in 32 bit as it works on my old 5.11. install on Bullseye (Pi3) 32 bit
SOLUTION: Install the 32 bit libraries
sudo apt-get install libstdc++6:armhf
Beta Was this translation helpful? Give feedback.
All reactions