LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 03-01-2005, 07:40 PM   #1
amw
LQ Newbie
 
Registered: Feb 2005
Posts: 2

Rep: Reputation: 0
xmms on Fedora - newbie's head is swimming


I'd like to apologize for posting what may be a redundant thread; I know that other users have posted with similiar problems, but I have read those threads and have still be unable to solve my problem. I'm trying to install xmms on my fedora core 3 machine, but it just isn't working.

At first I was getting an error about glib. After much trouble, I was able to get past that, but now I'm getting an error about GTK.

What I'm doing is going into the uncompressed directory with the source files for xmms that I downloaded from sourceforge. In that dir, I issue the command './configure' and get the following error:

checking for glib-config... /usr/bin/glib-config
checking for GLIB - version >= 1.2.2... yes
checking for gtk-config... no
checking for GTK - version >= 1.2.2... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
configure: error: *** GTK+ >= 1.2.2 not installed - please install first ***


ok, so now I guess it needs this GTK+, whatever that is. No worries, I'll just download the rpm and install that, right? =D Not quite =( I fire up rpmfind and run a search on 'gtk+' and get some nice results. ok, everything looks good =) I go ahead and download 'gtk+-1.2.10-33.i386.rpm' from the Fedora Core 3 section, and then try to execute the file as root from the command line with the command 'rpm -iv gtk+-1.2.10-33.i386.rpm' . BUT now i get a really interesting error message:

warning: gtk+-1.2.10-33.i386.rpm: V3 DSA signature: NOKEY, key ID 4f2a6fd2
Preparing packages for installation...
package gtk+-1.2.10-33 is already installed


So now I'm wondering what the heck is going on... xmms claims that gtk+ isn't installed, or that it can't find it. The gtk+ rpm claims that it IS installed. So I guess logically gtk must be iinstalled, but xmms just can't find it? (Maybe I'm wrong here and it's something else??)
Despite extensive googling and looking on this site and the gtk+ home page, I haven't been able to find much help/

Where is gtk+ installed by default? Once I find that install location, would simply adding that to my PATH make this xmms problem go away? Any ideas or input at all would be greatly appreciated =D

UPDATE

OK, reviewing this post a pretty obvious error jumped out at me - xmms was demanding GTK+ >= 1.2.2. It was trying to install gtk+ 1.2.1, which isn't a high enough version. OK, maybe now I'm getting somewhere - except that all the rpms I'm finding for fedora 3 are 1.2.1. I managed to grab 'gtk+-1.2.6-1.src.rpm' from rpmfind . net, but it was for redhat 6.0 (again, I couldn't find anything for fedora) This rpm seemed to install fine with the output:

rpm -iv gtk+-1.2.6-1.src.rpm
warning: gtk+-1.2.6-1.src.rpm: V3 DSA signature: NOKEY, key ID db42a60e
gtk+-1.2.6-1


(That looks ok, I think...)

but when I try to run ./configure in xmms again, I still get the same exact error message as before =( Again, any help would be appreciated

Last edited by amw; 03-01-2005 at 07:49 PM.
 
Old 03-01-2005, 08:14 PM   #2
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Have you checked out this page?

Fedora Core 3 Tips and Tricks

Make sure you replace the variables $releasever and $basearch with the results produced by the command:

uname -r -p

# Red Hat & Fedora links
FedoraNEWS.ORG
The Fedora HOWTO explains the different software managers.
Maximum RPM
rpmfind
Easier software management: apt4rpm
Fedora Core 1 Tips and Tricks
Fedora Core 2 Tips and Tricks
Fedora Core 3 Tips and Tricks
apt, yum, and up2date repository settings (configuration files) for Fedora Core 3
# Handling NTFS
New Technology FileSystem (NTFS) HOWTOs
Linux NTFS project

Last edited by fancypiper; 03-01-2005 at 08:20 PM.
 
Old 03-01-2005, 08:38 PM   #3
amw
LQ Newbie
 
Registered: Feb 2005
Posts: 2

Original Poster
Rep: Reputation: 0
Talking Thany kindly

Thank you ever so much fancypiper =) xmms is now working, thanks to a few easy 'yum' commands. Not only did those links sovle my problem, they gave me a whole list of new resources to check out for information about my new system. I guess my project for tomorrow is to read all the yum documentation and anything else interesting in these links

"A sweeter sound was never heard then mp3s playing over my speakers after 2 hours of trying to get xmms to work"
-AMW, 03/01/05
 
Old 03-01-2005, 08:54 PM   #4
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Ogg sounds better than mp3, BTW. Don't bother trying to convert mp3 to oggvorbis, though as you are creating an extra "generation" of the orig. wav sound. When making your "jukebox" from your legally owned CDs, convert to oggvorbis format and give these a listen and then try an mp3. Listen carefully to any reed instruments for any "artifacts" caused by the encoding.

12 GB of oggvorbis files and growing. Now, to record some old tapes and vinyl and get those encoded.....

Last edited by fancypiper; 03-01-2005 at 08:55 PM.
 
Old 03-15-2005, 07:47 AM   #5
dprotti
LQ Newbie
 
Registered: Mar 2005
Location: Rosario - Argentina
Posts: 1

Rep: Reputation: 0
xmms on Fedora - newbie's head is swimming

You need to get gtk+-devel package installed to be able to compile any application which uses gtk+ library.

In fact, on linux distros using binary packages, this is true for almost any library. If you want to use a library, just install it. But if you want to link against it, you must install the development package, which installs all the required infrastructure needed by developers, like header files, scripts which return compilation flags, and so on.

Note that the development package of the library must match exactly the same version as of the library package.


Bye,
Duilio Protti.
 
  


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
Dual head in fedora 3 jaygee02 Fedora 1 12-23-2005 11:15 PM
Dual Head in Fedora 3 CarnageBox Fedora 15 12-25-2004 01:23 PM
Dual Head in Fedora 3 CarnageBox Linux - Newbie 5 11-24-2004 07:34 AM
Dual head under fedora ... JMK Linux - Newbie 1 04-05-2004 11:53 PM
fedora- newbie and scratching head krisko1c Linux - Wireless Networking 0 01-25-2004 02:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:10 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