LinuxQuestions.org
Help answer threads with 0 replies.
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 04-26-2005, 11:02 AM   #1
HKJGN
LQ Newbie
 
Registered: Feb 2005
Posts: 27

Rep: Reputation: 15
having trouble with glib, gtk, etc


i didn't know were i should put this but since its "software" i guessed i'd just place it here;

i have a program im trying to install that requires me to update serveral services, GTK ATK Glib and PKG-CONFIG,
but as i install these programs, i get several errors, mostly all saying that the others arent available, im running the ./configure, make, make install...
and they arent apparently installing, or maybe they need to be in a certain folder... i dont know 9_9

could someone give me an explination on how, when and in what order i install these, im using Redhat linux 7.2, and i havent upgraded the kernel.

these are the programs:
Pkg-config 0.15.0
atk-1.9.0
glib-2.6.4
gtk-2.6.7
pango-1.8.0

i tried googling this but im just too stupid to find anything ~_~ plzzzz help...
 
Old 04-26-2005, 11:57 AM   #2
Theylan
LQ Newbie
 
Registered: Sep 2003
Location: Surrey, UK
Distribution: Slackware mostly, Gentoo is going on the games machine, Fedora on the TV websurfer
Posts: 17

Rep: Reputation: 0
Order is:
Pkg-config 0.15.0
glib-2.6.4
pango-1.8.0
atk-1.9.0
gtk-2.6.7

But beyond that I'm afraid I can't help much, I'm having problems installing pango at the mo... I think it is just ./configure make make install as usual. but with glib make sure that your computer knows where the new installation is. There are quite helpful threads in this forum if you look.

Hope it helps!
 
Old 04-26-2005, 12:08 PM   #3
Komakino
Senior Member
 
Registered: Feb 2004
Location: Somerset, England
Distribution: Slackware 10.2, Slackware 10.0, Ubuntu 9.10
Posts: 1,938

Rep: Reputation: 55
I would add --prefix=/usr to each ./configure. In my experience it makes life easier.
 
Old 04-26-2005, 02:30 PM   #4
Theylan
LQ Newbie
 
Registered: Sep 2003
Location: Surrey, UK
Distribution: Slackware mostly, Gentoo is going on the games machine, Fedora on the TV websurfer
Posts: 17

Rep: Reputation: 0
And that just solved MY problem, thanks HK!
 
Old 04-26-2005, 03:41 PM   #5
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
Quote:
Originally posted by Theylan
Order is:
Pkg-config 0.15.0
glib-2.6.4
pango-1.8.0
atk-1.9.0
gtk-2.6.7

But beyond that I'm afraid I can't help much, I'm having problems installing pango at the mo... I think it is just ./configure make make install as usual.

Hope it helps!
./configure make make install is rarely what you want with libraries, you need to install it to the right place and preferably make packages of these builds since they are likely to get upgraded.
 
Old 05-06-2005, 09:08 AM   #6
HKJGN
LQ Newbie
 
Registered: Feb 2005
Posts: 27

Original Poster
Rep: Reputation: 15
yeah, im having trouble with Pango, im recieving this error:

configure: error: Xft Pango backend is required for x11 target

whenever i try to install GTK, could someone tell me were i went wrong?

in order, i installed all the files, using ./configure --prefix=/usr, make, make install. and the only one to give me trouble was gtk ~_~
 
Old 05-06-2005, 01:44 PM   #7
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
might want to check out the README for pango, it covers the need to build the xft backend.

look in /usr/X11R6/lib/pkgconfig and make sure there is a file called xft.pc, then:

export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig:$PKG_CONFIG_PATH

you will have to rebuild pango, at the end of ./configure <options> make sure it lists xft as a backend to be built.

if your distro doesn't have xft.pc in /usr/X11R6/lib/pkgconfig, make sure you have your X11 devel package installed or you can get xft from here:

http://xlibs.freedesktop.org/release/
 
Old 05-10-2005, 09:26 AM   #8
HKJGN
LQ Newbie
 
Registered: Feb 2005
Posts: 27

Original Poster
Rep: Reputation: 15
ok... now pango telling me i dont have GLIB installed... *eye twitch*

Last edited by HKJGN; 05-10-2005 at 09:36 AM.
 
Old 05-10-2005, 11:34 AM   #9
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
You should upgrade your distribution, don't try and upgrade GTK+ yourself, you're unlikely to succeed. Upgrade Linux instead (or alternatively ask the authors of the program you are trying to run to make it run with older GTK+ versions).
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
having trouble with glib, gtk, etc HKJGN Linux - Software 0 04-26-2005 10:55 AM
Trouble installing XMMS, gtk/glib issues. MDBlueIce Linux - Newbie 11 02-26-2005 09:00 PM
trouble installing gtk, on glib pkgconfig returned 2.4.2 but 2.2.3 was found uv1 Linux - Newbie 7 08-02-2004 09:42 AM
can't install gtk 2.4.4: "Requested 'glib-2.0 >= 2.4.0' but version of GLib is 2.2.3 webazoid Linux - Software 0 07-15-2004 06:07 PM

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

All times are GMT -5. The time now is 04:59 PM.

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