Today, a user at another forum needed libstdc++.so.5 to build something (RealPlayer, yuk), but he only had libstdc++.so.6. And he wondered where to get it. I browsed around, and told him to download:
http://ayo.freshrpms.net/fedora/linux/4 ... 4.i386.rpm
since this package provides that library.
However, someone else told him that this would be better:
% ln -s libstdc++.so.6 libstdc++.so.5
That sounds more like a workaround to me. What's the difference? Aren't these files updated specifically to deal with versions of gcc? Will the symlink solution actually work right every time? Or am I correct?


