红联Linux门户
Linux帮助

安装VNC遇到问题,大家帮我看看

发布时间:2007-07-31 17:31:07来源:红联作者:gjzs
vncserver: couldn't find "xauth" on your PATH.
安装VNC的时候提示这个错误,大家帮我看看是什么原因:time:1
操作系统是FC5
文章评论

共有 1 条评论

  1. gjzs 于 2007-07-31 18:31:09发表:

    Make sure /usr/X11R6/bin is in your path (i.e. put the line "set path = ( /usr/X11R6/bin $path )" in the file .cshrc in your home directory, then type "source .cshrc").

    -Jeff


    Yeah, thanx a lot, I finally find it out. In fact I changed the original csh.login (/usr/share/init/tcsh/login) to include /usr/X11R6/bin.
    So every user can use this path.