vncserver: couldn't find "xauth" on your PATH.
安装VNC的时候提示这个错误,大家帮我看看是什么原因:time:1
操作系统是FC5
文章评论
共有 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.
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.