LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1597|回复: 17

【求助】SUSE9.3下MPlayer的安装的怪问题

[复制链接]
发表于 2005-5-13 22:38:30 | 显示全部楼层 |阅读模式
为什么我下了MPlayer的最新版
然后在编译的时候执行./configure就不行了,提示什么 ——bash …… 什么的错
由于linux不能上网,现在在windows下,也不记得具体的错误提示是什么了
为什么这样呀
我看了好多关于MPlayer的安装教程,可是到了我这里执行congfigure命令就是不行

是在太菜了,
请达人说说吧
发表于 2005-5-13 22:53:20 | 显示全部楼层
./configure
怎么不行了?把错误信息贴上来!
回复 支持 反对

使用道具 举报

发表于 2005-5-13 23:12:01 | 显示全部楼层
如果有上网条件的话最好使用yast来装Mplayer.
具体把http://packman.iu-bremen.de/suse/9.3 添加到yast的安装源,然后就能在yast里装了。
packman 里提供很多光盘里没有的软件,加到安装源里很有好处。
或者可以直接到packman那去下.rpm包
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-5-14 00:02:08 | 显示全部楼层
谢谢你们呀,我由于linux下不能上网
看来只能去http://packman.iu-bremen.de/suse/9.3/下载rpm安装包了
这么好的站点肯定收藏了

错误信息就一行,等我明天把信息写到U盘里面,再发上来吧,选择具体我也记不清了

再次感谢呀
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-5-14 11:16:45 | 显示全部楼层
我安装MPlayer时的错误信息,各位谁给的正解呀

[PHP]
linux:~ # cd MPlayer/MPlayer-1.0pre7
linux:/MPlayer/MPlayer-1.0pre7 # ./configure

-bash: ./configure: /bin/sh: bad interpreter: Permission denied
[/PHP]
第三行的是错误反馈,我该怎么办??


http://packman.iu-bremen.de/suse/9.3 添加到yast的安装源,然后就能在yast里装了。
packman 里提供很多光盘里没有的软件,加到安装源里很有好处。
或者可以直接到packman那去下.rpm包

我已经下载了packman的rmp安装包,并且已经成功安装了MPlayer,但是默认显示中文是乱码
这是我的 mplaer.conf文件,大家看看该怎么改呢?

[PHP]     ##
## MPlayer config file
##
## This file can be copied to /etc/mplayer.conf and/or ~/.mplayer/config .
## If both exist, the ~/.mplayer/config's settings override the
## /etc/mplayer.conf ones. And, of course command line overrides all.
## The options are the same as in the command line, but they can be specified
## more flexibly here. See below.
##

# vo=xv                        # To specify default video driver (see -vo help for
                        # list)

# ao=oss                # To specify default audio driver (see -ao help for
                        # list)

# fs=yes                # Enlarges movie window to your desktop's size.
                        # Used by drivers: all

# fsmode=0                # This option workarounds some problems when using
                        # specific windowmanagers and fullscreen mode. If you
                        # experience fullscreen problems, try changing this
                        # value between 0 and 7. Hint: either 0 or 1 should
                        # be sufficient.
                        # 0 = new method (since 0.18pre3)
                        # 1 = ICCCWM patch (for KDE2/icewm)
                        # 2 = old method (0.17a)
                        # 3 = ICCCWM patch + Motif method

# vm=no                        # Tries to change to a different videomode
                        # Used by drivers: dga2, x11, sdl

# bpp=0                        # Force changing display depth.
                        # Valid settings are: 0, 15, 16, 24, 32
                        # may need 'vm=yes' too.
                        # Used by drivers: fbdev, dga2, svga, vesa

# zoom=no                # Enable software scaling (powerful CPU needed)
                        # Used by drivers: svga, x11, vesa

# double=yes                # use double-buffering (recommended for xv with
                        # SUB/OSD usage)

# monitoraspect=4:3        # standard monitor size, with square pixels
# monitoraspect=16:9        # use this for widescreen monitor! non-square pixels

##
## Use GUI mode by default
##

# gui = yes

##
## Specify your preferred default skin here
## (skins are searched in /usr/local/share/mplayer/Skin/yourskin
##  and ~/.mplayer/Skin/yourskin)
##

# skin = default

##
## Multiple languages are available
##
## Hungarian        igen        nem
## English        yes        no
## German        ja        nein
## Spanish        si        no
## Binary        1        0
##
## You can also use spaces and/or tabs.
##

# sound                = 1
# nosound        = nein
# mixer                = /dev/mixer

##
## resample the fonts' alphamap
## 0        plain white fonts
## 0.75        very narrow black outline (default)
## 1        narrow black outline
## 10        bold black outline
##

# ffactor = 0.75

##
## FBdev driver: specify your monitor's timings, so resolutions
## can be autodetected.
## (see for example /etc/X11/XF86Config for timings!)
## ** CAUTION! IF YOUR DISPLAY DOESN'T SUPPORT AUTOMATICALLY TURNING OFF WHEN
##    OVERDRIVED (AND EVEN IF IT DOES), THIS MAY CAUSE DAMAGE TO YOUR DISPLAY!
##    WE AREN'T RESPONSIBLE, IT'S YOUR DECISION! **
##
## k, K : means multiply by 1000
## m, M : means multiply by 1.000.000
##

# fb = /dev/fb0                                # framebuffer device to use
# fbmode = 640x480-120                        # use this mode (read from fb.modes!)
# fbmodeconfig = /etc/fb.modes                # the fb.modes file
# monitor_hfreq = 31.5k-50k,70k                # horizontal frequency range
# monitor_vfreq = 50-90                        # vertical frequency range
# monitor_dotclock = 30M-300M                # dotclock (or pixelclock) range

##
## SDL driver
##

# vo = sdl:aalib        # use SDL video driver by default
                        # use "vo = sdl:aalib" or "vo sdl:dga" and so on,
                        # for specifying SDL subdrivers
# ao = sdl:esd                # use SDL audio driver by default
                        # use "ao = sdl:esd" to use SDL's ESD driver
# noxv = no                # whether to use XVideo hardware acceleration or not
# forcexv = yes                # force XVideo even if not detected


##
## Other (preferred to be default from configfile) switches
##

# framedrop         = yes        # drop frames, when not in sync (slow CPU, videocard,
                        # etc)

# vfm                = 5        # use libavcodec video codec family (you know,
                        # opensource DivX for example.. So preferred default on
                        # non-x86 boxes)

# cache                = 65536        # use 64Mb input cache by default

# slang                = en        # DVD : display english subtitles if available
# alang                = en        # DVD : play english audio tracks if available

# menu                 = yes        # enable OSD menu support

## This is the correct way to use "subconfig" type options in the
## configuration file. In the command line you use :
## -aop list=resample:fout=44100 , but here it is :
# aop=list=resample:fout=44100

##
## You can also include other configfiles
## Specify full path!
##
## Delete this default
##

# include = /home/gabucino/.mplayer/i_did_not_RTFM_carefully_enough...       [/PHP]


能否把你们的贴出来让我看看呢?
回复 支持 反对

使用道具 举报

发表于 2005-5-16 12:01:47 | 显示全部楼层
我在装mplayer的 rpm包时,提示需要w32codec-all 和 libmp3lame.so.0 我到哪里能找到呢?
还有就是 我把http://packman.iu-bremen.de/suse/9.3  添加到yast的安装源里了。点下一步提报错提示,找不到可用的补丁
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-5-16 12:15:45 | 显示全部楼层
Post by usercome
我在装mplayer的 rpm包时,提示需要w32codec-all 和 libmp3lame.so.0 我到哪里能找到呢?
还有就是 我把http://packman.iu-bremen.de/suse/9.3  添加到yast的安装源里了。点下一步提报错提示,找不到可用的补丁


第一个去MPlayer的官方站点去下载吧
并且packman是有的,仔细找找吧
http://packman.iu-bremen.de/suse ... 412-0.pm.0.i586.rpm

第二个问题如果报错的话,试试用
http://packman.iu-bremen.de/suse/
加载安装源
回复 支持 反对

使用道具 举报

发表于 2005-5-16 13:10:10 | 显示全部楼层
我已经下载了packman的rmp安装包,并且已经成功安装了MPlayer,但是默认显示中文是乱码

什么是乱码,字幕吗?

如果是字幕的话,在mplayer 的preferences 的subtiles标签下,把编码改成cp936,在font下选一个字体如simsum.ttf,字体的encoding改成unicode就行了,至少我这里是可以了
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-5-16 13:26:35 | 显示全部楼层
Post by furykerry
什么是乱码,字幕吗?

如果是字幕的话,在mplayer 的preferences 的subtiles标签下,把编码改成cp936,在font下选一个字体如simsum.ttf,字体的encoding改成unicode就行了,至少我这里是可以了



不是字幕,字幕我还没有发现,因为我这里还没有带字幕的媒体文件^_^

单单是文件名--所有的中文文件的字体都是乱码 ,是在不知道怎么改呀!!!
回复 支持 反对

使用道具 举报

发表于 2005-5-16 13:37:30 | 显示全部楼层
ln -s /etc/opt/gnome/gtk /etc/gtk,这是按照以前的帖子上说让xmms菜单显示中文的方法.我的mplayer是自己编译的,完了后做个链接就正常了,刚做完要是没变化最好重启机器(我是这样的,不知道重启xwindow是不是也行)。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表