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.
|
|
|
02-20-2009, 06:29 AM
|
#1
|
Member
Registered: Aug 2008
Location: Tiruchirappalli, India
Distribution: UBUNTU 11.04
Posts: 368
Rep:
|
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]#
|
|
|
02-20-2009, 07:10 AM
|
#2
|
Senior Member
Registered: Sep 2005
Location: Out
Posts: 3,307
Rep:
|
Hello
Install the glib developpement files.
libglib2.0-dev or something like.
And don't compile as root.
|
|
|
02-20-2009, 09:22 AM
|
#3
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519
|
" 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.
|
|
|
02-20-2009, 10:05 AM
|
#4
|
Senior Member
Registered: Sep 2005
Location: Out
Posts: 3,307
Rep:
|
yes, true xmms uses gtk1
good old xmms!
|
|
|
02-20-2009, 11:50 PM
|
#5
|
Member
Registered: Aug 2008
Location: Tiruchirappalli, India
Distribution: UBUNTU 11.04
Posts: 368
Original Poster
Rep:
|
again i am getting a same problem.....dont know what to do.....tell me what to do now..i am newbie...Thanks in advance
|
|
|
02-21-2009, 10:53 AM
|
#6
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519
|
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".
.....
|
|
|
02-22-2009, 01:38 AM
|
#7
|
Member
Registered: Aug 2008
Location: Tiruchirappalli, India
Distribution: UBUNTU 11.04
Posts: 368
Original Poster
Rep:
|
sorry i am newbie...i cant understand what you say..please explain me...i want to play mp3 in fedora...what to do?
|
|
|
02-23-2009, 04:14 AM
|
#8
|
Senior Member
Registered: Sep 2005
Location: Out
Posts: 3,307
Rep:
|
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
|
|
|
02-23-2009, 06:47 AM
|
#9
|
Member
Registered: Aug 2008
Location: Tiruchirappalli, India
Distribution: UBUNTU 11.04
Posts: 368
Original Poster
Rep:
|
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?
|
|
|
02-23-2009, 09:57 AM
|
#10
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519
|
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.)
....
|
|
|
02-23-2009, 10:46 PM
|
#11
|
Member
Registered: Aug 2008
Location: Tiruchirappalli, India
Distribution: UBUNTU 11.04
Posts: 368
Original Poster
Rep:
|
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]#
|
|
|
02-23-2009, 10:50 PM
|
#12
|
Member
Registered: Aug 2008
Location: Tiruchirappalli, India
Distribution: UBUNTU 11.04
Posts: 368
Original Poster
Rep:
|
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]#
|
|
|
02-23-2009, 11:39 PM
|
#13
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519
|
'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.
|
|
|
02-23-2009, 11:41 PM
|
#14
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519
|
Sorry, double post.
Last edited by knudfl; 02-23-2009 at 11:54 PM.
|
|
|
02-24-2009, 03:42 AM
|
#15
|
Member
Registered: Aug 2008
Location: Tiruchirappalli, India
Distribution: UBUNTU 11.04
Posts: 368
Original Poster
Rep:
|
ok...hereafter i will use [CODE]......i inserted that file..after that what to do?
|
|
|
All times are GMT -5. The time now is 11: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
|
|