Cannot run an executable binary file on another Linux System??
- by Claire Huang
I'm using Ubuntu 10.04 and Qt4.6, and I've created an executable binary file on my own computer through QtCreator.
Now I want to put my executable file on CentOS 5, but it seems that this executable file cannot run on CentOS.
Do I need to set some compile parameters to make it runnable on Linux other than Ubuntu??
Or do I need to put some lib files with the executable binary file?
(For windows, the .exe file should put together with some .dll files to provide the correct dynamic lib linkage, is there some similar problem on linux?)
Thanks for your help!