红联Linux门户
Linux帮助

在ubuntu feisty 7.04下安装RealPlayer10手记

发布时间:2007-05-01 00:54:57来源:红联作者:Comeshappy
  下载real10: http://www.real.com/linux/?src=020923home_cn_cn

  下载后将文件改为可执行,在命令行下运行,解压到~/RealPlayer

  安装aoss以解决real声音问题:apt-get install alsa-oss

  修改realplay执行文件:sudo gedit ~/RealPlayer/realplay

  在最前面加上export GTK_IM_MODULE=xim,避免和scim的冲突

  将最后一段改成这样:

if [ -n "$DEBUG" -a -x "$CATCHSEGV" ]; then
$CATCHSEGV $REALPLAYBIN ${1+"$@"}
else
while /bin/true; do
# Restart the player if exit code is 10
"aoss" $REALPLAYBIN "$@"
if [ $? -ne 10 ]; then
break
fi
done
fi

  这样就好了。否则,你的real打不开,打开了也要报segmentation fault,不报错了声音也会不正常。
文章评论

共有 2 条评论

  1. liuke19851220 于 2007-07-22 12:26:47发表:

    谢谢楼主啊````安装成功

  2. sexyfoxy 于 2007-05-01 02:30:18发表:

    bin安装了好几次 总是提示./helix.bin: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
    该怎么办?