Solution to kill "version `GLIBC_2.*' not found error"

1. Make ubuntu compile using an older version of gcc and glibc


2. Make ubuntu compile self-contained programs that won't need the external glibc libraries

3. Add glibc 2.4 and gcc 4.2 libraries to the Debian system without overwriting any of the existing libraries.

你可能感兴趣的:(Debian,ubuntu,gcc)