LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   RealPlayer install issue (https://www.linuxquestions.org/questions/linux-newbie-8/realplayer-install-issue-402889/)

mattax 01-13-2006 08:57 AM

RealPlayer install issue
 
I have tried for hours to install this program and still I have nothing.

I have triend to use the "chmod a+x RealPlayer10GOLD.bin" command and the ./RealPlayer10GOLD.bin command, yet nothing happens, as i always get an error.

The error says: error while loading shared libraries
libstdc++.so.d: cannot open shared object.

I also tried to use sh RealPlyaer10GOLD.bin; however it says it can't exacute the binary file.

can anyone help me out?

TruongAn 01-13-2006 09:11 AM

the error was clear:
You don't have the required libstdc++
Go to fresrpms.net to find the package which contain that file and install that package first.

reddazz 01-13-2006 11:21 AM

Don't use freshrpms because you may download packages not meant for your distro or release and end up with dependency problems. If usung Mandriva, do
Code:

#urpmi libstdc++5
You can also use rpmdrake (the software gui), but make sure you choose libstdc++5 because thats the one realplayer needs.

mattax 01-13-2006 02:26 PM

Thanks for the help, this solved my problem!


All times are GMT -5. The time now is 03:24 AM.