Search found 4 matches

by livecodeuser1987
Fri Oct 05, 2012 4:08 pm
Forum: Linux
Topic: Launching an app in LINUX
Replies: 12
Views: 12564

Re: Launching an app in LINUX

I wanted to run my App on Rarspberry Pi.I could not.
But could only get it working on Cent OS.
Thanks SoapDog and AndreGarcia for the suggestions.
by livecodeuser1987
Thu Oct 04, 2012 7:16 pm
Forum: Linux
Topic: Launching an app in LINUX
Replies: 12
Views: 12564

Re: Launching an app in LINUX

Figured it..
had to yum install ld-linux.so.2 (and other dependencies)
Thankyou all for your suggestions.
by livecodeuser1987
Wed Oct 03, 2012 6:07 pm
Forum: Linux
Topic: Launching an app in LINUX
Replies: 12
Views: 12564

Re: Launching an app in LINUX

Thankyou all.
It throws "cannot execute binary file" error.
doing chmod did not fix it:(
I am trying to implement this app on a raspberry pi(Debian OS).
by livecodeuser1987
Wed Oct 03, 2012 3:42 pm
Forum: Linux
Topic: Launching an app in LINUX
Replies: 12
Views: 12564

Launching an app in LINUX

I have a demo app.I could compile a standalone and run it successfully on windows and MAC.
How do I launch the app in LINUX??(double clicking it doesnot open??).I am using CentOS.
Thanks in advance.