Results 1 to 10 of 13
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 ...
- 02-20-2009 #1Linux User
- Join Date
- Aug 2008
- Location
- Trichy,India
- Posts
- 308
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]#Thanks in advance...
- 02-20-2009 #2
You obviously need to install glib. You can check on the version that your system would install, with this command.
If the result is not a version that is >= 1.2.2, then you will need to download it from somewhere. Otherwise, install it with this command.Code:yum provides glib
Code:yum install glib
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 02-21-2009 #3Linux User
- Join Date
- Aug 2008
- Location
- Trichy,India
- Posts
- 308
yes thank you....here is output of that command
[root@localhost xmms-1.2.11]# yum provides glib
glib.i386 : A library of handy utility functions
glib.i386 : A library of handy utility functions
[root@localhost xmms-1.2.11]# yum install glib
Setting up Install Process
Parsing package install arguments
Package glib - 1:1.2.10-28.fc8.i386 is already installed.
Nothing to do
[root@localhost xmms-1.2.11]#Thanks in advance...
- 02-21-2009 #4
Have you tried to install xmms through yum?
Code:yum -y install xmms
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-21-2009 #5
I believe that you have to install the glib-devel package to satisfy the glib-config error. Maybe this will also satisfy the glib error.
I second the idea of using a media player that you can install using YUM. I used to use XMMS, but started having trouble getting an up-to-date version. I found the Audacious media player, and use that instead. It is basically a clone of XMMS, which itself is a clone of the Windows Winamp player, but can be installed and updated using YUM. It also has many plugins available, one of which is needed to play mp3 files. Install it, and all plugins like this.
Code:yum install audacious audacious-plugins*
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 02-22-2009 #6Linux User
- Join Date
- Aug 2008
- Location
- Trichy,India
- Posts
- 308
i installed xmms from above command...now how to play my mp3 file by using this xmms?
Thanks in advance...
- 02-22-2009 #7
There is a mp3 plugin that is needed.
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 02-22-2009 #8
My mistake ! You have to install xmms-mp3 too.
Code:yum -y install xmms-mp3
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-23-2009 #9Linux User
- Join Date
- Aug 2008
- Location
- Trichy,India
- Posts
- 308
No.....I am getting the below error message when i use that command
[root@localhost 2.6.26]# yum -y install xmms-mp3
Setting up Install Process
Parsing package install arguments
No package xmms-mp3 available.
Nothing to do
[root@localhost 2.6.26]#Thanks in advance...
- 02-23-2009 #10
Which version of Fedora are you using? Have you installed Livna repo? xmms-mp3 is available in Livna repository.
Execute this
Post output here.Code:yum repolist
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote