Click to See Complete Forum and Search --> : GNOME 1.4 installation


EyesWideOpen
04-04-2001, 10:00 AM
I am trying to install the gnome-core-1.4.0.1.tar.gz on my Red Hat 6.2 box. I unpacked the archive and ran ./configure but I get the following error from configure:
checking for GdkPixbuf library >= 0.7.0... Unkown library 'gdk_pixbuf'
Unkown library 'gdk_pixbuf'
configure: error: Did not find GdkPixbuf installed

However when I do an rpm -q gdk-pixbuf I get: gdk-pixbuf-0.9.0_helix_1.

How can I make configure realize that it is installed?

digital_spawn
04-04-2001, 12:43 PM
rpm -qa | grep gdk_pixbuf

- you will not need the binary 'gdk_pixbuf'
package but the devel ones