On Mon, 2006-04-10 at 12:29 -0700, 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 > 'yum provides /usr/lib/libstdc++.so.5' or 'yum resolvedep /usr/lib/libstdc++.so.5' will tell you what you need to install (see the man page for distinctions). Keep in mind 'yum localinstall' when installing .rpm files not in a yum repository. Tony