自己在安装过程中出现问题:
我先按照上面的说明,改变它的执行权限:
# chmod 775 RealPlaayer10GOLD.bin
接着执行:
# ./RealPlayer10GOLD.bin
系统却提示:
./RealPlayer10GOLD.bin:error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
(此问题有待解决。)昨晚自己不能解决,今天早上通过搜索得到解决方法
原来这是由于缺少libstdc++.so.5库文件而引起的,安装它便能安装Realplayer,在系统安装盘的第三张盘可以可以这个库的安装包,叫compat-libstdc++-33-3.2.3-61.i386.rpm (FC6)
终于告别了使用Linux时没有音乐的日子了。本人习惯听音乐使用系统的。感谢名叫”深入敌后“的网友,感谢搜索引擎。

