Results 1 to 3 of 3
Hi!
I'm currently installing GTK+ under Fedora Core 13. Before you install GTK+ you have to install GLIB, Pango and ATK.
When installing ATK it goes wrong. After giving the ...
- 07-28-2010 #1Just Joined!
- Join Date
- Jan 2009
- Posts
- 12
GTK+:GLIB version mismatch during installation ATK
Hi!
I'm currently installing GTK+ under Fedora Core 13. Before you install GTK+ you have to install GLIB, Pango and ATK.
When installing ATK it goes wrong. After giving the "./configure" I get following error:
checking for GLIB - version >= 2.0.0...
*** 'pkg-config --modversion glib-2.0' returned 2.25.8, but GLIB (2.24.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.0 or better is required. The latest version of
*** GLIB is always available from (***********). If GLIB is installed
*** but not in the same location as pkg-config add the location of the file
*** glib-2.0.pc to the environment variable PKG_CONFIG_PATH.
Apparently there is an old version of GLIB on my system bugging my installation process.
Does anybody know how to get rid of this old version?
Thanks already!
- 07-28-2010 #2Linux Engineer
- Join Date
- Apr 2006
- Location
- Saint Paul, MN, USA / CentOS, Debian, Solaris, SuSE
- Posts
- 1,117
Hi.
For the Fedora that I use:
There is a gtk+ available in the repository:Code:OS, ker|rel, machine: Linux, 2.6.33.5-112.fc13.i686, i686 Distribution : Fedora release 13 (Goddard)
and the dependencies are:Code:% yum info gtk+ Loaded plugins: presto, refresh-packagekit Available Packages Name : gtk+ Arch : i686 Epoch : 1 Version : 1.2.10 Release : 70.fc13 Size : 817 k Repo : fedora Summary : The GIMP ToolKit URL : http://www.gtk.org/ License : LGPLv2+ Description: The gtk+ package contains the GIMP ToolKit (GTK+), a library for : creating graphical user interfaces for the X Window System. GTK+ : was originally written for the GIMP (GNU Image Manipulation : Program) image processing program, but is now used by several other : programs as well.
Your system and mine may differ, but I think most folks would install from the repository rather than compile, etc. See man yum for details.Code:% yum deplist gtk+ Loaded plugins: presto, refresh-packagekit Finding dependencies: package: gtk+.i686 1:1.2.10-70.fc13 dependency: libc.so.6(GLIBC_2.3) provider: glibc.i686 2.12-1 provider: glibc.i686 2.12-3 dependency: libc.so.6(GLIBC_2.1) provider: glibc.i686 2.12-1 provider: glibc.i686 2.12-3 < ... lines removed for posting > dependency: libc.so.6(GLIBC_2.3.4) provider: glibc.i686 2.12-1 provider: glibc.i686 2.12-3 dependency: libc.so.6(GLIBC_2.4) provider: glibc.i686 2.12-1 provider: glibc.i686 2.12-3 dependency: /sbin/ldconfig provider: glibc.i686 2.12-1 provider: glibc.i686 2.12-3 dependency: libc.so.6(GLIBC_2.7) provider: glibc.i686 2.12-1 provider: glibc.i686 2.12-3 dependency: libc.so.6(GLIBC_2.2) provider: glibc.i686 2.12-1 provider: glibc.i686 2.12-3
The yum commands above can be run by any user, but installs need to be run by root.
Best wishes ... cheers, drlWelcome - get the most out of the forum by reading forum basics and guidelines: click here.
90% of questions can be answered by using man pages, Quick Search, Advanced Search, Google search, Wikipedia.
We look forward to helping you with the challenge of the other 10%.
( Mn, 2.6.n, AMD-64 3000+, ASUS A8V Deluxe, 1 GB, SATA + IDE, Matrox G400 AGP )
- 07-28-2010 #3Just Joined!
- Join Date
- Jan 2009
- Posts
- 12
Problem solved!
Hi,
It did work out installing GTK+ with yum.
Thanks for the hint.


Reply With Quote