Jacques Greindl <jgreindl@xxxxxxxxx> writes: > What I need is to be sure that my program will run on the older system. > And yes, I have the source files. The best way to do that is to build your program on the older system. If that is not possible, the key thing you need is to compile and link using the version of glibc which runs on the older system. Ian