On Mon, 2005-03-21 at 14:33 -0500, Micheal LeVine wrote: > I have been trying to build GIMP 2.2.0 from source, since the RPM for > my OS (Redhat 9) is way out of date. > > The configure command fails: > ====================== > checking for GLIB - version >= 2.4.5... > *** 'pkg-config --modversion glib-2.0' returned 2.4.8, but GLIB (2.2.1) > *** was found! If pkg-config was correct, then it is best > *** to remove the old version of GLib. You may also be able to fix the > error > *** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing > *** /etc/ld.so.conf. Make sure you have run ldconfig if that is > *** required on your system. > *** If pkg-config was wrong, set the environment variable > PKG_CONFIG_PATH > *** to point to the correct configuration files > no > configure: error: Test for GLIB failed. See the file 'INSTALL' for help. > ======================== > > > I have configured, made and installed GLIB and have corrected > LD_LIBRARY_PATH and PKG_CONFIG_PATH. I cannot get past this problem > with the version conflicts in GLIB. > > Any help will be appreciated
Looks like you're hitting the dependency hell problem. Your old glib came from rpms, your new one from source. Can you track down the appropriate rpms for the later glib and install them instead? I'd suggest first doing a "make uninstall" of the fresh new glib that you just spent all that time building. The problem is that you have the new glib installed in /usr/local (probably), but still have the old rpm installed in /usr. HTH, -- Jeff _______________________________________________ Gimp-user mailing list Gimp-user@lists.xcf.berkeley.edu http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user