Ralph Blach wrote: > Hi, is there a pygtk 2.6 for Redhat Rel 4. I am running rhel 4 but am > trying to compile pygtk and it want a later version of the glibc. > is there anyway to get this to compile with the glibc which comes with > rel 4. > > The configuration error is > checking for GLIB - version >= 2.6.0... no > and rel 4 has glibc 2.3
glib is different from glibc, you need the 2.6.x version of the full Glib/GTK+ stack which is not easily upgradeable on an old system. The only options you really have are; * compile it yourself in a separate prefix, garnome[1] makes this easier * upgrade/switch distribution to one which has 2.6 or newer installed [1]: http://www.gnome.org/projects/garnome/ -- Johan Dahlin <[EMAIL PROTECTED]> Async Open Source _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
