LinuxQuestions.org
Review your favorite Linux distribution.
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 02-20-2009, 06:29 AM   #1
shariefbe
Member
 
Registered: Aug 2008
Location: Tiruchirappalli, India
Distribution: UBUNTU 11.04
Posts: 368

Rep: Reputation: 31
GLIB missing problem


Hello,
when i try to install xmms player in my system i found the below errors...i dont know what id this....can anyone help me...


checking pthread.h presence... yes
checking for pthread.h... yes
checking for glib-config... no
checking for GLIB - version >= 1.2.2... no
*** The glib-config script installed by GLIB could not be found
*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GLIB_CONFIG environment variable to the
*** full path to glib-config.
configure: error: *** GLIB >= 1.2.2 not installed - please install first ***
[root@localhost xmms-1.2.11]#
 
Old 02-20-2009, 07:10 AM   #2
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57
Hello

Install the glib developpement files.
libglib2.0-dev or something like.

And don't compile as root.
 
Old 02-20-2009, 09:22 AM   #3
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
" GLIB - version >= 1.2.2. " That's "glib 1" ( old style )
meaning 1.2.2 or newer is required.

The version on Fedora 8 is 1.2.10 and # yum install glib-devel
will provide glib 1.2.10 -devel.

( Fedora 9 : also 1.2.10 )

.....
And I agree : Do not run 'configure' and 'make' as root !!
.....

Last edited by knudfl; 02-20-2009 at 09:27 AM.
 
Old 02-20-2009, 10:05 AM   #4
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57
yes, true xmms uses gtk1

good old xmms!
 
Old 02-20-2009, 11:50 PM   #5
shariefbe
Member
 
Registered: Aug 2008
Location: Tiruchirappalli, India
Distribution: UBUNTU 11.04
Posts: 368

Original Poster
Rep: Reputation: 31
again i am getting a same problem.....dont know what to do.....tell me what to do now..i am newbie...Thanks in advance
 
Old 02-21-2009, 10:53 AM   #6
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Why not get 'xmms' with your package manager ? ( # yum install xmms )
If you are quite sure, you want it.
As you can guess, it is very old, and AFAIK, it has been unsupported
for years.

The source code with the 17 (seventeen !) patches necessary to compile
it is available for Fedora 8 at
http://download.fedora.redhat.com/pu.../source/SRPMS/

But the advise here at LQ usually is : Use something else.
Just use the "LQ Search".
.....
 
Old 02-22-2009, 01:38 AM   #7
shariefbe
Member
 
Registered: Aug 2008
Location: Tiruchirappalli, India
Distribution: UBUNTU 11.04
Posts: 368

Original Poster
Rep: Reputation: 31
sorry i am newbie...i cant understand what you say..please explain me...i want to play mp3 in fedora...what to do?
 
Old 02-23-2009, 04:14 AM   #8
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57
Quote:
Originally Posted by knudfl
As you can guess, it is very old, and AFAIK, it has been unsupported
for years.

Quote:
Originally Posted by knudfl
But the advise here at LQ usually is : Use something else.
I also miss xmms but understand its removal as it was hard to maintain and the communication with upstream did not look like optimal (as per the content of some patches, changelog,..)

What replaces xmms? Lightweight, working?

Quote:
Originally Posted by shariefbe
sorry i am newbie...i cant understand what you say..please explain me
You have to know how to build a program from source rpm. Can't help you with this, sorry.

First google answer:
http://perso.b2b2c.ca/sarrazip/dev/r...sh-course.html
 
Old 02-23-2009, 06:47 AM   #9
shariefbe
Member
 
Registered: Aug 2008
Location: Tiruchirappalli, India
Distribution: UBUNTU 11.04
Posts: 368

Original Poster
Rep: Reputation: 31
ok i am ready to use something else....but tell me how to play mp3 in my fedora....is there any player?where to find that player?
 
Old 02-23-2009, 09:57 AM   #10
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
In fact xmms works fine with mp3, easy to install,
no dependencies, usually.

To install it : 'su' .. and next ..

# yum install xmms xmms-mp3

And to see other available mp3 packages :
# yum search mp3

More music player's : # yum search music players
( some games will be shown too with those keywords for searching.)
....
 
Old 02-23-2009, 10:46 PM   #11
shariefbe
Member
 
Registered: Aug 2008
Location: Tiruchirappalli, India
Distribution: UBUNTU 11.04
Posts: 368

Original Poster
Rep: Reputation: 31
See the output of that commands

[root@localhost etc]# yum install xmms xmms-mp3
Setting up Install Process
Parsing package install arguments
Package xmms - 1:1.2.10-36.fc7.i386 is already installed.
No package xmms-mp3 available.
Nothing to do




[root@localhost etc]# yum search mp3
icecast.i386 : ShoutCast compatible streaming media server
gallery2-mp3audio.noarch : MP3 audio module for Gallery2
libnjb-examples.i386 : Example programs for libnjb
libnjb.i386 : A software library for talking to the Creative Nomad Jukeboxes and Dell DJs
fatsort.i386 : Fatsort sorts the FAT of FAT16 and FAT32 filesystems
libnjb.i386 : A software library for talking to the Creative Nomad Jukeboxes and Dell DJs
perl-AnyData.noarch : Easy access to data in many formats
audacity.i386 : A multitrack audio editor
banshee.i386 : easily import, manage, and play selections from your music collection
tagtool.i386 : Ogg Vorbis and MP3 tag manager
sweep.i386 : An audio editor and live playback tool
wavbreaker.i386 : Tool for splitting .wav files
id3lib.i386 : Library for manipulating ID3v1 and ID3v2 tags
python-eyed3.noarch : Python module for processing ID3 tags
gnomad2.i386 : A GNOME 2.0 client for the Creative Jukeboxes and Dell DJs
imlib2-id3tag-loader.i386 : id3tag-loader for imlib2
jokosher.noarch : A simple and easy-to-use Open Source multi-track editor
cowbell.i386 : Music organazier
taglib.i386 : Audio Meta-Data Library
quodlibet.i386 : A music management program
ncmpc.i386 : A curses client for the Music Player Daemon (MPD)
libnjb-devel.i386 : Development files for libnjb
taglib.i386 : Audio Meta-Data Library
python-tag.i386 : Python bindings for TagLib to read and write music files tags
perl-MP3-Info.noarch : Manipulate / fetch info from MP3 audio files
kid3.i386 : Efficient ID3 tag editor
easytag.i386 : Tag editor for mp3, ogg, flac and other music files
[root@localhost etc]#
 
Old 02-23-2009, 10:50 PM   #12
shariefbe
Member
 
Registered: Aug 2008
Location: Tiruchirappalli, India
Distribution: UBUNTU 11.04
Posts: 368

Original Poster
Rep: Reputation: 31
I installed the player...but i didnt find in my menu....how to play the song with this player

[root@localhost etc]# yum install xmms-acme.i386
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package xmms-acme.i386 0:0.4.3-8 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
xmms-acme i386 0.4.3-8 fedora 20 k

Transaction Summary
=============================================================================
Install 1 Package(s)
Update 0 Package(s)
Remove 0 Package(s)

Total download size: 20 k
Is this ok [y/N]: y
Downloading Packages:
http://ftp.iitm.ac.in/fedora/release....3-8.i386.rpm: [Errno 14] HTTP Error 503: Service Temporarily Unavailable
Trying other mirror.
(1/1): xmms-acme-0.4.3-8. 100% |=========================| 20 kB 00:00
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: xmms-acme ######################### [1/1]

Installed: xmms-acme.i386 0:0.4.3-8
Complete!
[root@localhost etc]#
 
Old 02-23-2009, 11:39 PM   #13
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
'xmms'mp3' : Set up the 'Dag Wieers repo'
http://dag.linux.iastate.edu/
http://dag.wieers.com/rpm/FAQ.php

Add this to /etc/yum.repos.d
Code:
[dag]
name=Dag RPM Repository for Fedora Core
baseurl=http://apt.sw.be/fedora/9/en/i386/rpmforge/
And please do not use bold types, please edit your other posts to
"normal letters" and use 'Code Tags' as the above example.

Very easy : [ Code ] Text to be highlighted [ /Code ]
(Just without the space between '[' and the word 'Code'.
....

Last edited by knudfl; 02-23-2009 at 11:50 PM.
 
Old 02-23-2009, 11:41 PM   #14
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Sorry, double post.

Last edited by knudfl; 02-23-2009 at 11:54 PM.
 
Old 02-24-2009, 03:42 AM   #15
shariefbe
Member
 
Registered: Aug 2008
Location: Tiruchirappalli, India
Distribution: UBUNTU 11.04
Posts: 368

Original Poster
Rep: Reputation: 31
ok...hereafter i will use [CODE]......i inserted that file..after that what to do?
 
  


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
Missing Dependency: NetworkManager-glib = 1:0.7.0-0.9.3.svn3623.fc9 is needed by pack Enochs Fedora 6 12-18-2008 11:01 AM
Problem running UT Demo, Xlib missing on 0.0.. gldrv missing etc. RHLinuxGUY Linux - Games 3 05-21-2006 11:02 PM
Help! Can't build Software because of missing GLIB otakuprinzess Linux - Software 32 01-24-2005 12:12 AM
missing file vector.h, do I need to upgrade glib++ ???? STrew Linux - Software 0 03-26-2004 06:27 AM
missing gtk & glib - config elite Linux - Newbie 2 04-12-2002 06:22 PM

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

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