I'm trying to upgrade from gaim 1.0.0 to gaim 1.0.1. I'm running Slackware -current.
I downloaded gaim-1.0.1.tar.gz, unzipped and untarred it, but when I run ./configure I get the following error:
Quote:
checking for GLIB - version >= 2.0.0...
*** 'pkg-config --modversion glib-2.0' returned 2.4.0, but GLIB (2.4.2)
*** 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/.
|
It seems to be complaining about glib. According to pkgtool, in Slackware, I have glib2-2.4.0 installed, which seems to meet gaim's requirement, so why am I getting this error? How can I make ./configure see the proper version of glib?