Cannot run an executable binary file on another Linux System??
Posted
by Claire Huang
on Stack Overflow
See other posts from Stack Overflow
or by Claire Huang
Published on 2010-05-25T02:24:27Z
Indexed on
2010/05/25
2:31 UTC
Read the original article
Hit count: 362
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!
© Stack Overflow or respective owner