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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-26-2005, 11:02 AM
|
#1
|
LQ Newbie
Registered: Feb 2005
Posts: 27
Rep:
|
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...
|
|
|
04-26-2005, 11:57 AM
|
#2
|
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:
|
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!
|
|
|
04-26-2005, 12:08 PM
|
#3
|
Senior Member
Registered: Feb 2004
Location: Somerset, England
Distribution: Slackware 10.2, Slackware 10.0, Ubuntu 9.10
Posts: 1,938
Rep:
|
I would add --prefix=/usr to each ./configure. In my experience it makes life easier.
|
|
|
04-26-2005, 02:30 PM
|
#4
|
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:
|
And that just solved MY problem, thanks HK!
|
|
|
04-26-2005, 03:41 PM
|
#5
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
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.
|
|
|
05-06-2005, 09:08 AM
|
#6
|
LQ Newbie
Registered: Feb 2005
Posts: 27
Original Poster
Rep:
|
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 ~_~
|
|
|
05-06-2005, 01:44 PM
|
#7
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
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/
|
|
|
05-10-2005, 09:26 AM
|
#8
|
LQ Newbie
Registered: Feb 2005
Posts: 27
Original Poster
Rep:
|
ok... now pango telling me i dont have GLIB installed... *eye twitch*
Last edited by HKJGN; 05-10-2005 at 09:36 AM.
|
|
|
05-10-2005, 11:34 AM
|
#9
|
LQ Guru
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565
Rep:
|
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).
|
|
|
All times are GMT -5. The time now is 04:59 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|