I'm trying to install Gaim 0.71, but I'm getting this error:
checking for GLIB - version >= 2.0.0...
*** 'pkg-config --modversion glib-2.0' returned 2.2.3, 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:
*** GLib 2.0 is required to build Gaim; please make sure you have the GLib
*** development headers installed. The latest version of GLib is
*** always available at
http://www.gtk.org/.
root@gpi-libranet:/home/gpi/download/gaim-0.71#
It seems rather odd to me. First, it says that GLIB 2.2.1 is "found" but it doesn't say where. I used find but couldn't find it. I see that I'm not the first person to get this error, but I believe the other gentleman's solution involved rpm files or prepackaged packages, and I prefer to install from source. I researched LD_LIBRARY_PATH but I found that it was "bad" to set this, so I'd rather not mess with it. And as for editing /etc/ld.so.conf, I have that file but I don't know what to do with it. Here are its contents:
/usr/X11R6/lib
/usr/lib/libc5-compat
/lib/libc5-compat
/usr/i486-linuxlibc1/lib
I presume I'm to add a link of some sort to the file, but I'm not sure how to do that and, since I don't know where GLIB is installed anyway it's hard for me to do that. I appreciate any help you can give!