PDA

View Full Version : Cannot run an executable binary file on another Linux System



Narthan
3rd November 2015, 04:00
Cannot run an executable binary file on another Linux System why?? it is running in the Qt installed linux system, but it is not running in other systems, someone please suggest what changes i have to do?

jefftee
3rd November 2015, 06:41
What is the error you get when you try to run the executable binary?

ChrisW67
3rd November 2015, 09:38
You most likely have to deploy the Qt libraries, Qt plugins, or other dependencies to the target system.
http://doc.qt.io/qt-5/linux-deployment.html#creating-the-application-package

It is impossible to say for sure given the information you provided.