LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   gdk-pixbuf-2.0 package not found when installing gtk+-2.22.1 (https://www.linuxquestions.org/questions/linux-software-2/gdk-pixbuf-2-0-package-not-found-when-installing-gtk-2-22-1-a-848054/)

ironc 12-02-2010 08:35 PM

gdk-pixbuf-2.0 package not found when installing gtk+-2.22.1
 
I am trying to install the gtk+ package so that i can install grapher which require gtk+-2.0

When I ./configure gtk+ I get this (lots of output before what I pasted):


.....
configure: error: Package requirements (glib-2.0 >= 2.25.10 atk >= 1.29.2 pango >= 1.20 cairo >= 1.6 gdk-pixbuf-2.0 >= 2.21.0) were not met:

No package 'gdk-pixbuf-2.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables BASE_DEPENDENCIES_CFLAGS
and BASE_DEPENDENCIES_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details
.

How/where can I find this package. I tried the usual apt-get to no avail.

Any help would be appreciated! Thanks!

-ironc

knudfl 12-02-2010 11:07 PM

Welcome to LQ.

""No package 'gdk-pixbuf-2.0' found"" means no file
/usr/lib/pkgconfig/gdk-pixbuf-2.0 = package config file.

You already have all "gtk+-2.0 run time files" installed.
The development files are missing : Please install with ..

sudo apt-get install libgtk2.0-dev
( Or use Synaptic.)
..


All times are GMT -5. The time now is 02:09 PM.