Linux distribution binary compatibility

binary-compatibility, linux

Solution

Enter Linux Standard Base to reduce the differences between individual Linux distributions. See

- http://www.linuxfoundation.org/collaborate/workgroups/lsb

- http://en.wikipedia.org/wiki/Linux_Standard_Base

Problem

Any way to make a binary in a Linux distribution and run it on another distribution with same architecture? Or I should compile and build it on different distributions? Is there any compatibility between Redhat, Debian based distributions for binary files? (I want to use my Ubuntu binary file on fedora!)

Original source