Hello, here's the problem. I want to test my qt programme on our cluster, where an old CentOS is installed. But then I'm told that the GLib is too old to support Qt. Then I failed in these ways:

1 I downloaded the newest GLib source and tried to install, but error occured even during 'make';

2 I copied the GLib files from my KUbuntu 9.10 to the same place of my Qt programme, but it seems that Qt only goes to /lib/tls for GLib libraries;

3 I copied a new libc.so.2.11 into /lib/tls and relinked the libc.so to the new one, then the error changed from 'Need GLib version...' into 'Segment error'

As I'm not allowed to change the cluster's system (and they told me I'd better not change the GLib version of the system, either) and my Qt version is also limited to the one published in Feb, 2010, is there a way to run my Qt programme on this old CentOS? I hope I can just take the libraries within my Qt project so it can run on whichever linux platform.

Thanx~ & Happy New Year!