> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > I ve got a problem with VNC on Solaris 8 (Intel) and hope, > there is someone that can help me. > > After starting VNC with "vncserver", VNC shows me an error: > > # vncserver > > You will require a password to access your desktop. > > /usr/bin/vncpassword: Syntaxerror in line 1: `(4 unexpected > > Any suggestion?
Most of unix vnc is perl script. What perl version do you have? (`perl --version`) it must be version 5 or better. Then you have to update the first line of the scripts (vncserver, vncpassword etc) to point to the real perl binary. CBee _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] http://www.realvnc.com/mailman/listinfo/vnc-list
