Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| 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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
06-19-2003, 01:23 PM
|
#1
|
|
LQ Newbie
Registered: Apr 2003
Posts: 10
Rep:
|
GTK Newbie
Running MDK 9.1, trying to install GTK-Perl for another program, but I'm getting errors about GTK not being found on my system. I read somewhere that putting the GTK directories in my path may help, but I'm not sure what that means? I'm pretty sure GTK packages are installed on my system. The error I get:
Code:
Can't exec "gtk-config": No such file or directory at Makefile.PL line 141.
Package 'gtk' needed but it was not detected on your system.
You may want to force it using --with-gtk-force if you know better than me.
When I "rpm -qa | grep gtk" I get:
Code:
libgtk+-x11-2.0_0-2.2.1-2mdk
gtkdialogs-2.0-3mdk
gtk+licq-base-0.51-11mdk
nautilus-gtkhtml-0.3.2-5mdk
libgtkhtml1.1_3-1.1.10-2.1mdk
gtk+mdk-0.1.6-14mdk
libgtkxmhtml1-1.4.2-3mdk
gtkam-0.1.10-2mdk
gtk-engines-0.12-7mdk
gtk+licq-0.51-11mdk
gtk+licq-nognome-0.51-11mdk
libgtkhtml2_0-2.2.0-2mdk
libgtkmm1.2-1.2.10-1mdk
libexif-gtk4-0.3.3-2mdk
gtk-themes-1.0-9mdk
gtkhtml-1.1.10-2.1mdk
gtktalog-1.0.0-1mdk
ed2k-gtk-gui-0.5.0-2
gtkhtml3.0-3.0.5-0.ximian.6.2
libgtk+2.0_0-2.2.1-2mdk
libgtk+1.2-1.2.10-32mdk
gtk+2.0-2.2.1-2mdk
gtk-engines2-2.2.0-2mdk
libgtkhtml3.0_2-3.0.5-0.ximian.6.2
At some point in the past I tried installing some other program and it seemed to think I didn't have GTK installed either.
Sorry, ultra newbie, thanks for the help.
-tslug
|
|
|
|
06-19-2003, 01:25 PM
|
#2
|
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 42,676
|
you need gtk-devel
|
|
|
|
06-19-2003, 01:26 PM
|
#3
|
|
Senior Member
Registered: Dec 2002
Location: England
Distribution: Used to use Mandrake/Mandriva
Posts: 2,794
Rep: 
|
Try going to the Install Software menu item, and then use the search feature to find all packages with gtk in their name. Install those and try again. 
|
|
|
|
06-19-2003, 01:27 PM
|
#4
|
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 42,676
|
Quote:
Originally posted by Proud
Try going to the Install Software menu item, and then use the search feature to find all packages with gtk in their name. Install those and try again.
|
I hope that's a joke....
congrats on 1000 posts btw.
|
|
|
|
06-19-2003, 01:32 PM
|
#5
|
|
Senior Member
Registered: Dec 2002
Location: England
Distribution: Used to use Mandrake/Mandriva
Posts: 2,794
Rep: 
|
Well it's far more likely to work for any GTK related problem. gtk-devel is likely to work but he might be needing some obscure little extra library instead. It's the sledgehammer solution.
I'm an LQ Addict, not a Guru! 
|
|
|
|
06-19-2003, 01:39 PM
|
#6
|
|
LQ Newbie
Registered: Apr 2003
Posts: 10
Original Poster
Rep:
|
I'll start small and work my way up. Installing a couple likely candidates right now, I'll let you know how it goes.
Thanks,
tslug
P.S. I'm going through this in order to install acidrip, btw. Unfortunately the howto for installation is down, but thank goodness for google cache!
|
|
|
|
06-19-2003, 02:07 PM
|
#7
|
|
LQ Newbie
Registered: Apr 2003
Posts: 10
Original Poster
Rep:
|
Ok, so I got rid of all the error messages except one when trying to perl Makefile.PL.
Code:
Unknown library `gtkhtml'
Can't exec "gdk-pixbuf-config": No such file or directory at Makefile.PL line 141.
Submodule gdkpixbuf is needed to build gnomeprint but it appears
it's misdetected or not selected for compilation.
Available modules: gtk gtkhtml gtkglarea gdkimlib gdkpixbuf gtkxmhtml gnome gnomeprint glade applets.
You can disable the inclusion of a module using --without-pkgname.
If a package is misdetected and you still want it to compile
use --with-pkgname-force.
To disable autodetection of modules use --without-guessing.
is what I got, so then I found libgdk-pixbuf2-devel and its dependencies, installed them, and now I get:
Code:
Unknown library `gtkhtml'
Submodule gdkpixbuf is needed to build gnomeprint but it appears
it's misdetected or not selected for compilation.
Available modules: gtk gtkhtml gtkglarea gdkimlib gdkpixbuf gtkxmhtml gnome gnomeprint glade applets.
You can disable the inclusion of a module using --without-pkgname.
If a package is misdetected and you still want it to compile
use --with-pkgname-force.
To disable autodetection of modules use --without-guessing.
Any suggestions?
Thanks,
tslug
|
|
|
|
06-19-2003, 02:11 PM
|
#8
|
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 42,676
|
haha, well i thought it *might* be for my app, but i wasn't going to ask...
everytime you have a blah-config program missing, it's going to be in blah-devel. every time.
oh and please don't hold these problems against acidrip, you'd get this using any source program.
Last edited by acid_kewpie; 06-19-2003 at 02:14 PM.
|
|
|
|
06-19-2003, 02:12 PM
|
#9
|
|
Senior Member
Registered: Dec 2002
Location: England
Distribution: Used to use Mandrake/Mandriva
Posts: 2,794
Rep: 
|
Try installing the latest version of gtkhtml, and also of urpmi, gurpmi and other relevent updated apps. 
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 01:02 AM.
|
|
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
|
|