LINUX下安装RealPlayer
我的操作系统是"非多拉",但其它linux系统是相似的。
现在,首先通过下面链接下载linux版本的RealPlayer
http://www.linuxeden.com/download/DownSoft/?softid=1344
下载realplay-10.0.9.809-linux-2.2-libc6-gcc32-i586.bin,我存放到/root/Myfile/下,
接着进入
[root@localhost Myfile]# chmod +x realplay-10.0.9.809-linux-2.2-libc6-gcc32-i586.bin
[root@localhost Myfile]# ./realplay-10.0.9.809-linux-2.2-libc6-gcc32-i586.bin
./realplay-10.0.9.809-linux-2.2-libc6-gcc32-i586.bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
(若提示以上这个,请执行下面这一步重装compat-libstdc++,没提示就不需要咯)
[root@localhost Myfile]# rpm -ivh http://mirror.centos.org/centos/4/os/i386/CentOS/RPMS/compat-libstdc++-33-3.2.3-47.3.i386.rpm
Retrieving http://mirror.centos.org/centos/4/os/i386/CentOS/RPMS/compat-libstdc++-33-3.2.3-47.3.i386.rpm
warning: /var/tmp/rpm-xfer.R6UrJG: Header V3 DSA signature: NOKEY, key ID 443e1821
Preparing... ########################################### [100%]
1:compat-libstdc++-33 ########################################### [100%]
[root@localhost Myfile]# ./realplay-10.0.9.809-linux-2.2-libc6-gcc32-i586.bin
Extracting files for RealPlayer installation........................
Welcome to the RealPlayer (10.0.9.809) Setup for UNIX
Setup will help you get RealPlayer running on your computer.
Press [Enter] to continue...
Enter the complete path to the directory where you want
RealPlayer to be installed. You must specify the full
pathname of the directory and have write privileges to
the chosen directory.
Directory: [/root/Myfile/RealPlayer]: /root/Programs/RealPlayer
(安装目录可自己指定,我设置为/root/Programs/RealPlayer)
You have selected the following RealPlayer configuration:
Destination: /root/Programs/RealPlayer
Enter [F]inish to begin copying files, or [P]revious to go
back to the previous prompts: [F]: F
Copying RealPlayer files...configure system-wide symbolic links? [Y/n]: ......Y.
enter the prefix for symbolic links [/usr]: ............./......../Amo (前缀自定,默认也可)
Setting up realplay symlinks in /o...
ln: 正在创建指向“/root/Programs/RealPlayer/share”的符号链接“/o/share/realplay”: 没有那个文件或目录
ln: 正在创建指向“/root/Programs/RealPlayer/realplay”的符号链接“/o/bin/realplay”: 没有那个文件或目录
ln: 正在创建指向“/root/Programs/RealPlayer/lib”的符号链接“/o/lib/realplay”: 没有那个文件或目录
configuring icons...
configuring document icons...
configuring pixmaps...
configuring locale...
configuring desktop...
configuring applications...
configuring GNOME mime types...
Configuring realplay script...
RealPlayer installation is complete.
Cleaning up installation files...
Done.
安装成功
[ 本帖最后由 Amo 于 2008-2-10 15:10 编辑 ]