LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-05-2003, 03:29 PM   #1
jlewis_linux
LQ Newbie
 
Registered: Jun 2003
Distribution: Redhat 9.0
Posts: 4

Rep: Reputation: 0
installing GTK+2.2.0 (issues with atk-1.2.0 & pango-1.2.0)


If anyone can provide some assistance with this it would be GREATLY appreciated...

First I am running Redhat 9.0 on my Dell Inspiron 5100. Everything installed very easily, no issues aside from the integrated bcm4400 NIC.

I have successfully installed other software mplayer, etc... (Actually the --guiMplayer is what all of this is for, it requires gtk's)

I tried to install the gtk+-2.2.0 and it told me that I needed glib-2.0.0 or above installed. I have successfully installed glib, when I tried to run the install for gtk+ i get this:
Package atk was not found in the pkg-config search path.

This makes sense, I have not installed atk-1.0.1 yet. So I switch to the directory and run the ./configure and I recieve the following:
checking for GLIB - version >= 2.0.0... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error:
*** GLIB 2.0.0 or better is required. The latest version of
*** GLIB is always available from ftp://ftp.gtk.org/.
[
I thought that I had GLIB-2.2.1 already installed. I am unsure how I can check to see if GLIB is installed or not...

I tried to move onto to Pango-1.2.0 to Pango-1.2.2 and they all tell me the following:
checking for GLIB - version >= 2.1.3... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error:
*** Glib 2.1.3 or better is required. The latest version of
*** Glib is always available from ftp://ftp.gtk.org/.

I have tried to find GLIB-2.1.3 at ftp.gtk.org and the latest they have is GLIB-2.2.1 which is the one that I have installed...

if you need any more information or have any ideas please let me know.
 
Old 06-05-2003, 10:20 PM   #2
rch
Member
 
Registered: Feb 2003
Location: Santa Clara,CA
Distribution: Mandriva
Posts: 909

Rep: Reputation: 48
Re: installing GTK+2.2.0 (issues with atk-1.2.0 & pango-1.2.0)

Quote:
Originally posted by jlewis_linux
If anyone can provide some assistance with this it would be GREATLY appreciated...

First I am running Redhat 9.0 on my Dell Inspiron 5100. Everything installed very easily, no issues aside from the integrated bcm4400 NIC.

I have successfully installed other software mplayer, etc... (Actually the --guiMplayer is what all of this is for, it requires gtk's)

I tried to install the gtk+-2.2.0 and it told me that I needed glib-2.0.0 or above installed. I have successfully installed glib, when I tried to run the install for gtk+ i get this:
Package atk was not found in the pkg-config search path.

This makes sense, I have not installed atk-1.0.1 yet. So I switch to the directory and run the ./configure and I recieve the following:
checking for GLIB - version >= 2.0.0... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error:
*** GLIB 2.0.0 or better is required. The latest version of
*** GLIB is always available from ftp://ftp.gtk.org/.
[
I thought that I had GLIB-2.2.1 already installed. I am unsure how I can check to see if GLIB is installed or not...

I tried to move onto to Pango-1.2.0 to Pango-1.2.2 and they all tell me the following:
checking for GLIB - version >= 2.1.3... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error:
*** Glib 2.1.3 or better is required. The latest version of
*** Glib is always available from ftp://ftp.gtk.org/.

I have tried to find GLIB-2.1.3 at ftp.gtk.org and the latest they have is GLIB-2.2.1 which is the one that I have installed...

if you need any more information or have any ideas please let me know.
To start with
Doesn't Redhat includes gtk2.2 with its distro.
rpm -q gtk2
and
rpm -q gtk2-devel
 
Old 06-06-2003, 08:25 AM   #3
jlewis_linux
LQ Newbie
 
Registered: Jun 2003
Distribution: Redhat 9.0
Posts: 4

Original Poster
Rep: Reputation: 0
rch... Thanks for the reply, I noticed I didn't mention that up until two weeks ago I was a full Windows user, so I am very new to Linux.

Here is the output! It appears that the gtk is installed however the devel is not!

[root@LINLAP01 root]# rpm -q gtk2
gtk2-2.2.1-4
[root@LINLAP01 root]# rpm -q gtk-devel
package gtk-devel is not installed

Thanks.
 
Old 06-06-2003, 08:29 AM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
you looked for gtk-devel, not gtk2-devel.

easiest way to see everything would be...

rpm -qa | grep gtk

which will catch every pacakge with gtk in the name
 
Old 06-06-2003, 09:00 AM   #5
jlewis_linux
LQ Newbie
 
Registered: Jun 2003
Distribution: Redhat 9.0
Posts: 4

Original Poster
Rep: Reputation: 0
Here is the results:
[root@LINLAP01 root]# rpm -qa |grep gtk
pygtk2-libglade-1.99.14-4
gtk-engines-0.11-16
mtr-gtk-0.52-2
gtk+-1.2.10-25
gtk2-2.2.1-4
gnome-python2-gtkhtml2-1.99.14-5
usermode-gtk-1.67-2
authconfig-gtk-4.3.4-1
gtkam-0.1.7-3
gtk2-devel-2.2.1-4
gtk2-engines-2.2.0-2
gtkhtml-1.1.9-0.9
gtkhtml2-2.2.0-5
pygtk2-1.99.14-4

thanks...
 
Old 06-06-2003, 09:18 AM   #6
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
well you're running on redhat, so i'd advise you to just use the RPM files. if you start installing software like gllib from source then the rpm database will not know that it is installing and thus refuse to install anything that needs it, unless you force it regardless.
 
Old 06-10-2003, 12:21 PM   #7
jlewis_linux
LQ Newbie
 
Registered: Jun 2003
Distribution: Redhat 9.0
Posts: 4

Original Poster
Rep: Reputation: 0
Figured it out... here is the DVD player I used. This was the easiest to install and configure. Found it by looking at what the Xwindow system was trying to start when a dvd is detected in drive.

http://www.videolan.org/vlc/download-redhat.html

Thanks for everyone's help!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Freerock uninstall stole GTK looking for up-to-date pango, atk, gtk, glib and xft tgz Oholiab Slackware 8 09-18-2005 11:57 AM
Installing GFTP...and gtk, atk, pango... hongman Linux - Software 19 02-20-2005 03:02 PM
Been fighting gtk,glib,atk,pango for days. whansard Linux - Software 0 12-18-2004 10:18 AM
Pb installing glib, atk, pango, gtk giill Linux - Software 8 11-23-2003 01:25 PM
Installing Glib, ATK, GTK, Pkg Config, and Pango! LinuZ Linux - Newbie 9 10-26-2003 02:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:06 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration