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.
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.
|
|
06-16-2003, 01:00 AM
|
#1
|
LQ Newbie
Registered: Jun 2003
Location: Vancouver/Toronto
Distribution: Redhat 9
Posts: 15
Rep:
|
Unlocatable package?
I'm trying to install mplayer so I run ./configure --enable-gui
It gives me an error which says I need GTK.
So I try to add them via Add/Remove Applications on the GUI but while it's calculating package dependencies, it gives me an error saying
package not found.
It can't find gtkhtml = 1.1.8-5 which is required by gtkhtml-dev.
I do a simple locate for gtkhtml and find that I have a whole bunch of gtkhtml-1.1.9 directories so I'm assuming I have a newer version that the OS doesn't know about. What now?
How do I fix this so that I can install GTK, which is needed for mplayer?
I have RH9 btw.
|
|
|
06-16-2003, 01:06 AM
|
#2
|
Member
Registered: Jul 2002
Distribution: Redhat, Gentoo, Solaris, HP-UX, etc...
Posts: 391
Rep:
|
run the following and post results.
You may need to remove the newer version, or install 1.1.9 versions of all gtk packages.
If you get no return on the previous command, then your rpm database might be corrupt.
|
|
|
06-16-2003, 01:11 AM
|
#3
|
LQ Newbie
Registered: Jun 2003
Location: Vancouver/Toronto
Distribution: Redhat 9
Posts: 15
Original Poster
Rep:
|
This is what I get:
usermode-gtk-1.67-2
gtk2-engines-2.2.0-2
gtk+-1.2.10-25
gtkhtml2-2.2.0-5
pygtk2-1.99.14-4
pygtk2-libglade-1.99.14-4
gtk-engines-0.11-16
mtr-gtk-0.52-2
gtkhtml-1.1.9-0.9
gtk2-2.2.1-4
gnome-python2-gtkhtml2-1.99.14-5
authconfig-gtk-4.3.4-1
gtkam-0.1.7-3
|
|
|
06-16-2003, 01:19 AM
|
#4
|
Member
Registered: Jul 2002
Distribution: Redhat, Gentoo, Solaris, HP-UX, etc...
Posts: 391
Rep:
|
It looks like a version mis-match to me.
You currently have gtkhtml version 1.1.9-0.9 and you are trying to install gtkhtml-dev version 1.1.8-5.
I would therefore assume that you are trying to install gtk version 1.1.8-5.
As I stated in my first post, you may need to uninstall gtkhtml (version 1.1.9-0.9) or download and install version 1.1.9-0.9 of gtk and gtkhtml-dev.
|
|
|
06-16-2003, 01:31 AM
|
#5
|
LQ Newbie
Registered: Jun 2003
Location: Vancouver/Toronto
Distribution: Redhat 9
Posts: 15
Original Poster
Rep:
|
Thanks, I'll try a reinstall.
On a side note, I was trying to rebuild my rpm db and got an error:
error: db4 error(16) from dbenv->remove: Device or resource busy
|
|
|
06-16-2003, 03:52 AM
|
#6
|
Senior Member
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,305
Rep:
|
you don't need the mplayer gui. it works better without it.
|
|
|
06-16-2003, 04:00 AM
|
#7
|
Member
Registered: Apr 2003
Distribution: Debian Sarge
Posts: 259
Rep:
|
The GTK mplayer needs is the developmental header files. The package name will be something like libgtk2.0-dev. But you should listen to whansard. You don't really need the gui.
|
|
|
07-25-2003, 04:33 PM
|
#8
|
Member
Registered: Jul 2003
Location: Boston, MA, USA
Distribution: RedHat, SuSE, Gentoo, Slackware, Mandrake ...
Posts: 111
Rep:
|
Re: Unlocatable package?
I just ran into this same problem, and found this thread while looking into it. It seems that RPM has a bad interaction with the RedHat Network's automatic update. Here's what happened:
We had both installed RH9 without all the development library packages. This included gtkhtml-1.1.8-5. At some point, RedHat posted an upgrade, and put gtkhtml-1.1.9-0.9 and gtkhtml-devel-1.1.9-0.9 on their updates FTP server. When our machines did an update, they only got gtkhtml-1.1.9-0.9, but not the development package, because it wasn't installed. Later on, we tried to install the development library packages from the CDs, and it failed because the new gtkhtml was there and the gtkhtml-devel-1.1.8-5 package requires that specific version of gtkhtml.
The fix is install the old gtkhtml package off your CD, with a command like:
rpm -U --oldpackage gtkhtml-1.1.8-5.i386.rpm
Then installing the development library packages from the CDs will work. After that, you can run the RHN update again to get both gtkhtml and gtkhtml-devel updated to the 1.1.9-0.9 versions.
|
|
|
All times are GMT -5. The time now is 01:39 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
|
|