Fermig
02-25-2003, 03:17 AM
I've been trying to install GTK+ (gtk+-2.2.1) for a chess game. I've also had to install GLib (glib-2.2.1) and ATK (atk-1.2.0).
When I run ./configure for atk, I get this error message,
checking for GLIB - version >= 2.0.0...
*** 'pkg-config --modversion glib-2.0' returned 2.2.1, but GLIB (2.0.6)
*** 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
I've tried adjusting LD_LIBRARY_PATH, but that didn't work. I've no idea how to modify the file /etc/ld.so.conf. I can't find GLIB (2.0.6). I tried uninstalling the current version of GLib, but that was version 2.2.5, and didn't work either.
Can someone tell me how to find GLIB (2.0.6) and/or get rid of the error?
When I run ./configure for atk, I get this error message,
checking for GLIB - version >= 2.0.0...
*** 'pkg-config --modversion glib-2.0' returned 2.2.1, but GLIB (2.0.6)
*** 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
I've tried adjusting LD_LIBRARY_PATH, but that didn't work. I've no idea how to modify the file /etc/ld.so.conf. I can't find GLIB (2.0.6). I tried uninstalling the current version of GLib, but that was version 2.2.5, and didn't work either.
Can someone tell me how to find GLIB (2.0.6) and/or get rid of the error?