|
I just wanted to install the stardict,but when I ran the stardict in command line,it came up with an error about GKT should be version of 2.12.9...
So, I try to install a new version of GTK.
At first, I installed the GLib-2.16.3, but when I run the configure command in gtk+-2.12.6 director now it come's back with an error:
---------------------------------
checking for GLIB - version >= 2.13.5...
*** 'pkg-config --modversion glib-2.0' returned 2.16.3, but GLIB (2.12.12)
*** 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.13.5 or better is required. The latest version of
*** GLIB is always available from ftp://ftp.gtk.org/pub/gtk/.
-------------------------------
I think I should remove the old version of GLib and be able to fix the error....
but how to remove it...
and if that would go wrong with my system? |
|