LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   problem installing realplayer 10 on Ubuntu5.10 (https://www.linuxquestions.org/questions/linux-newbie-8/problem-installing-realplayer-10-on-ubuntu5-10-a-408652/)

sunnydayzrback 01-27-2006 12:57 PM

problem installing realplayer 10 on Ubuntu5.10
 
I tried to install RealPlayer 10 Gold on Ubuntu 5.10 OS. I used the starter's guide for help. After downloading the file and making it executable, i gave the following command:

sudo ./RealPlayer10GOLD.bin

it showed the error message

./RealPlayer10GOLD.bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

i searched google for help and i followed this link
http://www.joewein.de/sw/swnotes002.htm

i entered the following command

ln -s /usr/local/lib/libstdc++.so.5 /usr/lib/libstdc++.so.5

it gave the error message

ln: creating symbolic link `/usr/lib/libstdc++.so.5' to `/usr/local/lib/libstdc++.so.5': Permission denied

what is the problem? how do i solve it?

P.S. i searched the location given in the command but did not find the file in question.

please help

reddazz 01-27-2006 01:07 PM

Try
Code:

$sudo ln -s /usr/local/lib/libstdc++.so.5 /usr/lib/libstdc++.so.5

sunnydayzrback 01-28-2006 12:46 AM

i typed

sunil@pogo:~/Desktop$ sudo ln -s /usr/local/lib/libstdc++.so.5 /usr/lib/libstdc++.so.5

after which the terminal showed

sunil@pogo:~/Desktop$


i again gave the command

sunil@pogo:~/Desktop$ sudo ./RealPlayer10GOLD.bin

it showed

./RealPlayer10GOLD.bin: error while loading shared libraries: libstdc++.so.5: ca nnot open shared object file: No such file or directory

when i again typed u r command

sunil@pogo:~/Desktop$ sudo ln -s /usr/local/lib/libstdc++.so.5 /usr/lib/libstdc++.so.5

it showed

ln: `/usr/lib/libstdc++.so.5': File exists

So how do i install Real player and should we install sound drivers again for Ubuntu? I have the mother board Cd plz tell me how to install Audio drivers

reddazz 01-28-2006 02:14 AM

Ok, delete the symlink you made and check whether libtdc++-5 (or something similar) is avilable via apt or synaptic.

sunnydayzrback 01-28-2006 02:33 AM

It Worked! Thank u Very much. I am unable to listen to audio files. Plz tell me where I can get the Audio drivers for Intel D915gavl MotherBoard for Ubuntu 5.10. I have the motherboard cd. Will it be sufficient?

sunnydayzrback 01-28-2006 02:33 AM

It Worked! Thank u Very much. I am unable to listen to audio files. Plz tell me where I can get the Audio drivers for Intel D915gavl MotherBoard for Ubuntu 5.10. I have the motherboard cd. Will it be sufficient?

reddazz 01-28-2006 07:14 AM

Quote:

Originally Posted by sunnydayzrback
It Worked! Thank u Very much. I am unable to listen to audio files. Plz tell me where I can get the Audio drivers for Intel D915gavl MotherBoard for Ubuntu 5.10. I have the motherboard cd. Will it be sufficient?

Start a new thread for a new problem. :)


All times are GMT -5. The time now is 02:24 PM.