Hi Henry -
You will need to create a symbolic link from libstdc++.so.*
to
libstdc++.so.5. Most likely you have libstdc++.so.6 in
/usr/lib. To
create the symbolic link after finding the version of
libstdc++ that you
currently have installed create the link using the following
syntax.
ln -s <lib path>/libstdc++.so.<installed
version> <lib path>/libstcd++.so.5
On my system that looks like:
ln -s /usr/lib/libstdc++.so.6 /usr/lib/libstdc++.so.5
That should get it working for you.
- Donya
At 11:13 AM 5/20/2006 -0400, Henry Lu wrote:
>Hi,
>I got this error message when I run
RealPlayer10GOLD.bin on Fedora 4, Linux.
>What should I do?
>
>[root eileen Desktop]# ./RealPlayer10GOLD.bin
>./RealPlayer10GOLD.bin: error while loading shared
libraries:
>libstdc++.so.5: cannot open shared object file: No such
file or directory
>[root eileen Desktop]# pwd
>/home/gauhxl/Desktop
>[root eileen Desktop]# ls -l
>total 12196
>-rwxrwxr-x 1 gauhxl gauhxl 5801289 May 20 08:23
RealPlayer10GOLD.bin
>
>Thanks
>Henry
>
>
>
>_______________________________________________
>Player-users mailing list
>Player-users helixcommunity.org
>http://lists.helixcommunity.org/mailman/listinfo/pl
ayer-users
_______________________________________________
Player-users mailing list
Player-users helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/pl
ayer-users
|