首先你安装的时候可能没有选择X11的GUI形式。。。
具体命令为 ./configure --enable-gui
make
make install
_______________________________________________________-
另外:
font: can't open file: /root/.mplayer/font/font.desc
font: can't open file: /usr/local/share/mplayer/font/font.desc
显示的错误表明,你应该复制安装文件夹里的font.desc到指定目录,随便哪个都行
一个经典的错误(或者是我少见多怪)
[code:1]
# rpm -ivhf *
warning: only V3 signatures can be verified, skipping V4 signature
warning: only V3 signatures can be verified, skipping V4 signature
error: Failed dependencies:
mplayer-common = 0.90 is needed by mplayer-0.90-1
mplayer = 0.90 is needed by mplayer-common-0.90-1
#
[/code:1] 怎么还有这种倚赖关系