I’m stumped… Today I’ve been setting up a Raspberry Pi 4 with the latest Bookworm Lite OS and I tried to run a Xojo console app that I wrote but it fails to launch. So, I decided to copy the RemoteDebuggerConsole software over to the Pi and found that I couldn’t launch the debugger either. I get the following message:
-bash: ./RemoteDebuggerConsole: cannot execute: required file not found
I am executing the debugger as root so privileges shouldn’t be an issue. And all the debugger files have been set to executable:
root@web-server:~/RemoteDebuggerConsole# ls -al
total 1696
drwxr-xr-x 4 root root 4096 Feb 25 19:09 .
drwx------ 8 root root 4096 Feb 25 19:09 ..
-rwxr-xr-x 1 root root 1716268 Feb 25 19:09 RemoteDebuggerConsole
drwxr-xr-x 2 root root 4096 Feb 25 19:09 'RemoteDebuggerConsole Libs'
drwxr-xr-x 3 root root 4096 Feb 25 19:09 'RemoteDebuggerConsole Resources'
This is the first time I’ve attempted to employ a Raspberry Pi greater than version 3 and an OS greater than Buster.
Can anyone help me with this?
-Wes
PS. I tried a second Xojo console app and it fails to execute also. Everything was working fine on my Raspberry Pi 3’s with Buster.
4 posts - 2 participants