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 cairo library or version is lower than required

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


try to reinstall in the first place:

yum  -y reinstall cairo-devel.x86_64 cairo.x86_64

and the cairo dependencies,
yum -y reinstall pixman-devel.x86_64 pixman.x86_64
yum -y  reinstall freetype.x86_64 freetype-devel.x86_64
yum -y  reinstall libpng.x86_64 libpng-devel.x86_64
yum -y  reinstall libXrender.x86_64 libXrender-devel.x86_64

yum -y reinstall libX11-devel.x86_64 libX11.x86_64
yum -y reinstall libXau libXau-devel

for things might be lost:
yum -y install libxcb libxcb-devel


oh, my goodness, it works at last now:

pkg-config --modversion cairo
1.8.8

beaten it!

No comments: