Yes, there is Such a File or Directory
Brandon Ibach
bibach "at" infomansol.com
Thu, 06 Apr 2000 07:56:15 +0000
Quoting Johan Ugander <johan "at" ugander.com>:
> [root "at" Servix /root]# Xvnc :0
> bash: /usr/bin/Xvnc: No such file or directory
> [root "at" Servix /root]# /usr/bin/Xvnc :0
> bash: /usr/bin/Xvnc: No such file or directory
> [root "at" Servix /root]# ls -la /usr/bin/ | grep vnc
> -rwxr-xr-x 1 root root 1245130 Apr 5 22:44 Xvnc
> -rwxr-xr-x 1 root root 11433 Apr 5 22:44 vncpasswd
> -rwxr-xr-x 1 root root 12839 Apr 5 22:44 vncserver
> -rwxr-xr-x 1 root root 65535 Apr 5 22:44 vncviewer-A
>
Just a hunch, and this may not be it, but try running:
ldd /usr/bin/Xvnc
This will print out a list of shared libraries required by the
executable, and which physical files they resolve to. I have a
feeling at least one of those libraries might not be getting resolved
to anything. Bash doesn't provide a particularly obvious error
message in this case.
-Brandon :)
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to majordomo "at" uk.research.att.com
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------