|
我是一个刚进入Linux世界的 新人 为了能在Linux下更好的学习她 我需要用Mplayer播放教程 可是我在安装的时候出现以下问题
我都是在网上找的关于安装Mplayer方面的信息参照安装的 声明下我的是fedora6(我同学告诉我的)
我在进入下面操作以前 先进入了 ROOT用户 各位高手指导一下谢谢
# tar -jxvf MPlayer-1.0rc1.tar.bz2 (输入前面的 命令出现 下面错误 )
3: 不允许的操作
MPlayer-1.0rc1/libmpcodecs/vd_nuv.c
tar:MPlayer-1.0rc1/libmpcodecs/vd_nuv.c:无法将所有权改为 uid 1003,gid 1003: 不允许的操
作
MPlayer-1.0rc1/libmpcodecs/vf_delogo.c
tar: MPlayer-1.0rc1/libmpcodecs/vf_delogo.c:无法将所有权改为 uid 1003,gid 1003: 不允
许的操作
MPlayer-1.0rc1/libmpcodecs/vd_qtvideo.c
tar: MPlayer-1.0rc1/libmpcodecs/vd_qtvideo.c无法将所有权改为 uid 1003,gid 1003: 不允许
的操作
# ./configure --enable-gui --with-codecsdir=/usr/lib/codecs --with-
win32libdir=/usr/lib/codes --with-reallibdir=/usr/lib/codecs --with-
xanimlibdir=/usr/lib/codecs --disable-inet6 --language=zh_CN,en
(输入前面的 命令出现 下面错误 )
Config files successfully generated by ./configure !
Install prefix: /usr
Data directory: /usr/share/mplayer
Config direct.: /etc/mplayer
Byte order: little-endian
Optimizing for: pentium4 mmx mmxext sse sse2 mtrr
Languages:
Messages/GUI: en
Manual pages: en
Enabled optional drivers:
Input: ftp network pvr tv-v4l2 tv-v4l tv mpdvdkit2 vcd dvb smb
Codecs: qtx
libavcodec real xanim win32 faad2 libmpeg2 liba52 mp3lib tremor(internal) gif
Audio output: alsa esd oss sdl mpegpes(dvb)
Video output: xvidix cvidix md5sum sdl gif89a pnm jpeg png mpegpes(dvb) opengl dga xv
x11 xover tga
Audio filters:
Disabled optional drivers:
Input: vstream radio live555 cdda dvdread dvdnav
Codecs: x264 xvid libdv amr_wb amr_nb faac musepack libdts libtheora speex twolame
toolame libmad liblzo
Audio output: sun openal jack polyp arts ivtv dxr2 nas
Video output: winvidix bl zr zr2 ivtv dxr3 dxr2 vesa fbdev svga caca aa ggi xmga mga
xvmc dfbmga directfb tdfx_vid s3fb tdfxfb 3dfx
Audio filters: ladspa
'config.h' and 'config.mak' contain your configuration options.
Note: If you alter theses files (for instance CFLAGS) MPlayer may no longer
compile *** DO NOT REPORT BUGS if you tweak these files ***
'make' will now compile MPlayer and 'make install' will install it.
Note: On non-Linux systems you might need to use 'gmake' instead of 'make'.
Please check mtrr settings at /proc/mtrr (see DOCS/HTML/en/video.html#mtrr)
Check configure.log if you wonder why an autodetection failed (check whether
the
development headers/packages are installed).
Do not report compilation errors if you used any of the --enable-* options
(except --
enable-gui and maybe --enable-debug).
If you suspect a bug, please read DOCS/HTML/en/bugreports.html.
# make (输入前面的 命令出现 下面错误 )
make[1]: *** [libdha.so.1.0] Error 1
make[1]: Leaving directory `/mnt/A/mplayer/MPlayer-1.0rc1/libdha'
make: *** [libdha/libdha.so] 错误 2
# make install (输入前面的 命令出现 下面错误 )
make[1]: *** [libdha.so.1.0] Error 1
make[1]: Leaving directory `/mnt/A/mplayer/MPlayer-1.0rc1/libdha'
make: *** [libdha/libdha.so] 错误 2
[root@MyGrub MPlayer-1.0rc1]#
# cp -r Blue /usr/local/share/mplayer/skins (输入前面的 命令出现 下面错误 )
[root@MyGrub MPlayer-1.0rc1]# cp -r Blue /usr/local/share/mplayer/skins
cp: 无法 stat “Blue”: 没有那个文件或目录 |
|