Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
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 ...
  1. #1
    Linux 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...

  2. #2
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    You obviously need to install glib. You can check on the version that your system would install, with this command.
    Code:
    yum provides glib
    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 install glib
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  3. #3
    Linux 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...

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  5. #5
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    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.

  6. #6
    Linux 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...

  7. #7
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    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.

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  9. #9
    Linux 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...

  10. #10
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Which version of Fedora are you using? Have you installed Livna repo? xmms-mp3 is available in Livna repository.
    Execute this
    Code:
    yum repolist
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...