How to redistribute binary programs built on modern Ubuntu so that they can be executed on any older Linux system ?
- by psihodelia
I found that if I build any binary on Ubuntu 10.10, then it doesn't execute on some older Linuxes. It is because Ubuntu uses a very new C library, called EGLIBC. Most of the desktop Linux systems use GLIBC.
I would like to know whether there is any standard method how to redistribute binary programs built on a modern Ubuntu so that they can be executed on any older Linux system ?
How to find all required dependencies (glibc version, dynamic libraries) ?