|
|
我按照下面方法一步步安装:
*******************************************************
下载:
MPlayer-1.0pre7 :http://www4.mplayerhq.hu/MPlayer/releases/MPlayer-1.0pre7.tar.bz2
官方CODES-all :all-20050412.tar.bz2
官方win32_CODES-all :windows-all-20050412.zip
字体 gb2312-ming.tar.bz2
皮肤 Blue-1.4.tar.bz2
3. 安装code
tar vjxf all-20050412.tar.bz2
mv all-20050412 /usr/lib/codes
chmod 644 /usr/lib/codes/*
chown root.root /usr/lib/codes/*
unzip windows-all-20050412.zip
mv windows-all-20050412 /usr/lib/wincodes
chmod 644 /usr/lib/wincodes/*
chown root.root /usr/lib/wincodes/*
4.安装MPlayer
tar vjxf MPlayer-1.0pre7.tar.bz2
****************************************
安装到这里时,出现下面问题:
****************************************
......
bzip2: Compressed file ends unexpectedly;
perhaps it is corrupted? *Possible* reason follows.
bzip2: Inappropriate ioctl for device
Input file = (stdin), output file = (stdout)
It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.
You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
[root@localhost software]#
You have new mail in /var/spool/mail/root
[root@localhost software]#
******************************************
请大虾指教! |
|