Hi folks.
I have been working on my app for over 2 years, and the last time I build a linux standalone it seemed to work just fine...and that was 18 months ago. I remember having to right click and check the permissions...
I have just built a linux standalone and trying to run it on Ubuntu 14 32 bit live CD...and nothing happens when I right click and open..I have checked the permissions on the file...
I've never used linux..... so i don't know what could be wrong. I feel like I am jsut forgetting a step
its a 32 bit build....also no icon appears...just the standard diamond looking icon.
so i s there anything i have to do besides go to properties > permissions > allow to run as program?
my standalone builds work fine in windows and mac os x
Thanks,
Tom
PS> It is an uninstalled Live CD..... for some reason it does not want to install on the machine i am testing on. so I am trying the "Try Ubuntu" option instead of Install.....
Trouble running Linux Standalone
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Trouble running Linux Standalone
Founder & Developer @ MakeShyft R.D.A - https://www.makeshyft.com
Build Software with AppStarterStack for Livecode - https://www.AppStarterStack.com
Save Time with The Time Saver's Toolbox - https://www.TimeSaversToolbox.com
Build Software with AppStarterStack for Livecode - https://www.AppStarterStack.com
Save Time with The Time Saver's Toolbox - https://www.TimeSaversToolbox.com
Re: Trouble running Linux Standalone
You are probably missing dependencies. Try running it from a terminal to see if it returns a message complaining about things it can't find. You should also run ldd against it -- type "ldd path_to_standalone" into a terminal. Post your results here.
Re: Trouble running Linux Standalone
ok thanks..i think i'm going to attempt a full install and see if it works there. It should. Thanks for the reply.
Founder & Developer @ MakeShyft R.D.A - https://www.makeshyft.com
Build Software with AppStarterStack for Livecode - https://www.AppStarterStack.com
Save Time with The Time Saver's Toolbox - https://www.TimeSaversToolbox.com
Build Software with AppStarterStack for Livecode - https://www.AppStarterStack.com
Save Time with The Time Saver's Toolbox - https://www.TimeSaversToolbox.com