Joel Grimes wrote:
> /usr/local/bin is in my PATH
>
> perl is in /usr/bin, which is in my PATH
>
> After downloading vnc from uk.research.att.com, the ONLY change I made to
> vncserver was to uncomment the first line (/usr/bin/perl).
>
> Just for fun, I chmod'd all the vnc files to 777. no help
>
> I had it running yesterday - before I hosed the OS and reinstalled. My
> fault.
>
> Any clues?
>
> Thanks,
>
> Joel Grimes
> [EMAIL PROTECTED]
The 1st line in a PERL script is called the "invocation" AKA "shbang" line.
Unlike anywhere else in a PERL script, the "#" in the shbang line is not a
comment. It has significance and must remain there. Make sure the whole
line reads "#!/usr/bin/perl".
John M. Creegan
UNIX Systems Administrator
IFPS Systems Administrator
[EMAIL PROTECTED]
(651) 688-1954
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------