Hi, By the way, "yum provides" is very useful to find package(s) which provide some file (or feature) - you can also use wildcards. For example, you can do
# yum provides libstdc++ # yum provides libstdc++.so.5 # yum provides libstdc++*5 For more info see "man yum". Cheers, Urs Frank Schluenzen wrote: > Hi, > > I guess you are missing /usr/lib/libstdc++.so.5, which you get by > installing compat-libstdc++-33 ?! > > Ciao, Frank. > > On Thu, 7 Jun 2007, Claudiu Tanaselia wrote: > >> After a reinstall, I could not run the installed rpm of Real Player >> because libstc++.5 is required and my installed and repo version is 4. >> The same thing happened with other packages too. I'm confused, because >> before the reinstall, I got no such error and Real Player worked fine >> on exactly the same system... Does someone knows what should be the >> problem? >>
