I am trying to run a newly compiled binary on some oldish 32bits RedHat distribution.
The binary is compiled C (not++) on a CentOS 32bits VM running libc v2.12.
RedHat complains about libc version:
error while loading shared libraries: requires glibc 2.5 or later dynamic linkerSince my program is rather simplistic, It is most likely not using anything new from libc.
Is there a way to reduce libc version requirement