tim barnard wrote:
I recently decided to try out Linux and have installed Fedora 5. Most
everything works fine with the exception of getting RealPlayer 10 to
work. I've installed the Helix player, downloaded realplayer 10, and
get the following when running the installation::
[tim@localhost Desktop]# ./RealPlayer10GOLD.bin
./RealPlayer10GOLD.bin: /usr/lib/libstdc++.so.5: version `GLIBCPP_3.2'
not found (required by ./RealPlayer10GOLD.bin)
./RealPlayer10GOLD.bin: /usr/lib/libstdc++.so.5: version `CXXABI_1.2'
not found (required by ./RealPlayer10GOLD.bin)
What do I need to install to fix this problem? Any help or guidance
would be much appreciated!
If this is the wrong list to post this question to, which list should
I use?
Tim
_________________________________________________________________
On the road to retirement? Check out MSN Life Events for advice on how
to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement
Realplayer is compiled for GCC 3.3.x. You need to install
"compat-libstdc++-33-xxxxxx"
to have the compatibility libraries installed.
Stephen