LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   gtk2.10.6 configure script/X11 devel lib (https://www.linuxquestions.org/questions/linux-software-2/gtk2-10-6-configure-script-x11-devel-lib-505610/)

georgekirby 11-28-2006 12:38 PM

gtk2.10.6 configure script/X11 devel lib
 
Hello,

I am trying to install gtk2.10.6 on a redhat enterprise system.

The configure script is dying with:

checking for X... no
configure: error: X development libraries not found

A user on the gtk-list suggested I get libX11-devl package. Is there such a package and where can I get it?
For reference my kernel is 2.4.21-40.EL.

TIA,
Steve

weibullguy 11-29-2006 09:32 AM

I'm not familiar with Redhat Enterprise, but I've had some exposure to Fedora, so feel free to ignore me. I would guess the development files can be installed using the Redhat package management tool. I assume you can use yum with RHEL.

libX11 is only one of many X Windows libraries so there may not be a libX11-devel package all by itself. You may need to look for a package that contains all of the X Windows development stuff. In fact, GTK looks for several X libraries besides libX11. I know some are optional, but I don't know which ones are required.

The X Windows development files may also be on the RH installation disk(s). If I remember correctly the Fedora disks had the development files.

BTW, GTK also depends on Pango, ATK, libTIFF, libjpeg as of version 2.10.4. Pango depends on Cairo and glib2, Cairo depends on pkg-config.


All times are GMT -5. The time now is 03:56 AM.