Thanks for your reply, mjmwired.
I fixed it!
Strange thing though... When I did:
Code:
# urpmq libstdc++.so.5
I got nothing.
When I did:
Code:
# urpmi libstdc++.so.5
I got a prompt to install a different file with a warning (actually, I'm not sure, read on...). I answered yes, and, ta-tah!, it worked!
It didn't install libstdc++.co.5, it installed something else, but it works nevertheless. Unfortunately, I closed the terminal window, so I can't give you any additional information. Sorry about that. Actually, I'm not sure what it installed exactly, but the message I got before choosing 'y' contained some other information. Did it install several libraries, the one in question as well as one of which had a warning attached to it?
Now when I do:
Code:
$ ldd /usr/local/RealPlayer/realplay.bin
I
do get libstdc++.so.5. The line reads:
Code:
libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0xb78b7000)
Don't know what all of this means, other than the fact that RealPlayer is up and working. If anyone cares to enlighten me on the subject, I'm all ears. I hope this information is helpful to others having the same or similar problems.