I built a stand alone web app for linux and copied it to my Ubuntu server.
Checked that the executable was indeed executabled chmod +x etc… and it was…
but when I try to run it…
brianobrien@opstools:~/Builds - V5.xojo_binary_project/Linux/test$ ls -al
total 4748
drwxrwxr-x 4 brianobrien brianobrien 4096 Aug 19 11:57 .
drwxrwxr-x 3 brianobrien brianobrien 4096 Aug 19 11:57 ..
drwxrwxr-x 3 brianobrien brianobrien 4096 Aug 19 11:57 Resources
-rwxr-xr-x 1 brianobrien brianobrien 4843838 Aug 19 11:57 test
drwxrwxr-x 2 brianobrien brianobrien 4096 Aug 19 11:57 test Libs
brianobrien@opstools:~/Builds - V5.xojo_binary_project/Linux/test$ ./test
bash: ./test: No such file or directory
brianobrien@opstools:~/Builds - V5.xojo_binary_project/Linux/test$