Welcome

Troves being gleaned while surfing on the Internet mostly about computer/IT/system skills and tricks, Welcome here ...
Powered By Blogger

Disclaimer

This blog is written by the owner with real practices and tests and intended to hold all original posts except there is a clear declaration for referencing from others. Thanks for tagging with the source link or other tips for reference from here if you would like to quote partial or full text from posts in this blog.

Tuesday, December 28, 2010

Can not find the atk library or version is lower than required

Yet another prerequisite for GTK+, which might be complaining the lower version than required or simply loss of it:

1. retrieve package pertaining to atk
yum list "*atk*"
Loaded plugins: presto, refresh-packagekit
Installed Packages
atk.i686                                                                            1.28.0-1.fc12                                                             @fedora
atk.x86_64                                                                          1.28.0-1.fc12                                                             @fedora
atk-devel.x86_64                                                                    1.28.0-1.fc12                                                             @fedora
ruby-atk.x86_64                                                                     0.19.3-3.fc12                                                             @fedora
Available Packages
atk-devel.i686                                                                      1.28.0-1.fc12                                                             fedora
maatkit.noarch                                                                      5014-1.fc12                                                               updates
mingw32-atk.noarch                                                                  1.27.90-1.fc12                                                            fedora
mingw32-atk-static.noarch                                                           1.27.90-1.fc12                                                            fedora
ruby-atk.x86_64                                                                     0.19.4-1.fc12                                                             updates
ruby-atk-devel.i686                                                                 0.19.4-1.fc12                                                             updates
ruby-atk-devel.x86_64                                                               0.19.4-1.fc12                                                             updates



2. reinstall the needed

yum -y  reinstall atk.x86_64 atk-devel.x86_64

3. check it to verify
pkg-config --modversion atk
1.28.0

got it now.

-----------------------------------------------------------------------------------------------------------------

If the yumdb does contain the atk with required version, just download from
http://ftp.gnome.org/pub/gnome/sources/atk/1.32/atk-1.32.0.tar.gz, and following the simplest building steps : ./configure && make && make install

No comments: