My team is ready to release the first version of our Linux program and would like to do so in the easiest possible manner (for users).
The program needs no external files, no install, and is statically linked.
ELF 32-bit LSB executable, Intel 80386, version 1 (GNU/Linux), statically linked, for GNU/Linux 2.6.15, not stripped
My question is whether such a binary will run on most Linux platforms (Ubuntu, Redhat, OpenSuse, etc)?
I'm also a bit concerned about the part where it says 'for GNU/Linux 2.6.15', does this mean that they need kernel 2.6.15 or higher?