Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13
Hi all, I have installed Real Audio 10. My Linux platform is Fedora 7. I downloaded the .rpm file from the Real Audio web site and installed it. No errors ...
  1. #1
    Just Joined!
    Join Date
    Mar 2008
    Location
    In Bangalore
    Posts
    71

    Question Real Audio 10 - Fedora 7.. Problems

    Hi all,

    I have installed Real Audio 10. My Linux platform is Fedora 7. I downloaded the .rpm file from the Real Audio web site and installed it. No errors were reported during installation. I see that a menu item is also added in my Applications>Sound & Video menu. But when I click on the link, nothing happens. No error message is thrown, but the player does not load up.

    BTW, could any one suggest a good MP3 player for Fedora 7? The default installed packages does'nt work

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    I see that a menu item is also added in my Applications>Sound & Video menu. But when I click on the link, nothing happens. No error message is thrown, but the player does not load up
    Type real in Terminal/Konsole and hit TAB key twice. It will complete command to run RealPlayer. Hit Enter key and post error message here, if any.

    Which Desktop Environment are you using? You can install necessary plug-ins to enable mp3 support.
    Or
    Install xmms or VLC player. VLC supports most of Media formats.
    Code:
    yum -y install xmms xmms-mp3
    yum -y install vlc
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Mar 2008
    Location
    In Bangalore
    Posts
    71
    Hello Devils Casper,

    This is the error message I am getting....
    /usr/local/RealPlayer/realplay.bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
    What I can make out is that some shared file is missing. BTW, how can I know what Desktop Environment I am using? I have installed the Fedora 7, and am using the default environment which it provides.

    As for the xmms or VLC player, I guess we need to download these components from the net, and then run the commands you gave.

    Thanks for the quick help.

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    /usr/local/RealPlayer/realplay.bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
    Execute this
    Code:
    su -
    yum install compat-libstdc++*
    RealPlayer will work after that.
    As for the xmms or VLC player, I guess we need to download these components from the net, and then run the commands you gave.
    No need to download anything becasue yum will take care of download and installation. Your machine must have internet access for that.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Mar 2008
    Location
    In Bangalore
    Posts
    71

    Talking

    Thanks a ton devils casper

    RealPlayer will work after that.
    It worked indeed

    Now for the MP3 part...
    yum -y install xmms xmms-mp3
    The software installed correctly. But when I tried to open an MP3, it put up a message saying that there are some copy right issues, and the software does'nt support MP3 any more.

    yum -y install vlc
    When I tried to run this command, it basically said that there is nothing to do. Is it that this software is already present on my system?

    BTW, I also notice that Pidgin is not working on Fedora 7, because of some missing files? Do you know whether this has been fixed too?

    Once again a big thank you,
    Sachin.

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    I think you haven't installed Livna repo yet.
    Execute this
    Code:
    rpm -Uhv http://rpm.livna.org/livna-release-7.rpm
    Above command will install Livna repository.
    Install VLC Player now.
    Code:
    yum -y install vlc
    I would suggest you to install Yum Extender too. Its a Graphical Interface of yum and it will make package management easier for you.
    Code:
    yum -y install yumex
    Look for Yum Extender in Menu.

    I'll look into xmms, pidgin problems and let you know.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    Mar 2008
    Location
    In Bangalore
    Posts
    71
    Quote Originally Posted by devils casper View Post
    I think you haven't installed Livna repo yet.
    Your tips were helpful, and I can now play MP3 files. Thanks a ton again

  8. #8
    Just Joined!
    Join Date
    Mar 2008
    Posts
    3
    Hi guys

    Devil casper, i trying to install real player 10 and i got the same error message as sachinpk :
    ./RealPlayer10GOLD.bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
    then i try what u told him :

    su - yum install compat-libstdc++*
    first it said that yum is not a username so i wrote " root " since im using it. but i gave me this error message:

    /usr/bin/install: /usr/bin/install: cannot execute binary file
    im new to fedora ,, just install it two days ago , so be easy on me ^^

  9. #9
    Just Joined!
    Join Date
    Mar 2008
    Location
    In Bangalore
    Posts
    71
    RabieQari,

    su - yum install compat-libstdc++*
    'su' means to login as super user. Imagine you have already logged in with another user name. Now you want to do some thing only the super user could do. In that case open a 'Terminal window' (where you can type in things), and give the command 'su root'. It would ask for the root password. If the password is correct, you are as good as the super user.

    For me what I did was, I logged in directly as root (I mean I did not use the su command at all). Logged in as root, opened a Terminal Window and gave the command 'yum install .....' . It worked without any problems.

    Could you try out this option please..?

  10. #10
    Just Joined!
    Join Date
    Mar 2008
    Posts
    3
    aha , i got it that part about su
    okey i tried the command but it said :

    bash: /usr/bin/yum: /usr/bin/python: bad interpreter: No such file or directory
    mmmm what is " yum " any way !! is it some tool i should install first to use that command !?

    sorry for disturbing u ,, ^^

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
  •  
...