Also habe die Anleitung hier
You should copy these programs to some directory which is in your PATH
environment variable, such as /usr/local/bin:
% cp vncviewer vncserver vncpasswd vncconnect Xvnc /usr/local/bin
If you want to use the Java VNC viewer, you should copy the class files from
the classes directory to some suitable installation directory such as
/usr/local/vnc/classes:
% mkdir -p /usr/local/vnc/classes
% cp classes/* /usr/local/vnc/classes
mit dem zweiten befehl komme ich nicht klar bin linux anfänger
und wenn ich es so eingebe
linux:~/KDesktop/vnc_x86_linux_2.0/classes # cp classes/* /usr/local/vnc/classes
cp: cannot stat `classes/*\': No such file or directory
sagt er mir das ?
We recommend that you use the vncserver script to run Xvnc for you. You can
edit the script as appropriate for your site. Things you may need to change
include:
* The location of Perl - if Perl is not installed in /usr/bin you\'ll need
to edit the "#!/usr/bin/perl" first line of vncserver.
Datei PERL habe ich finden können aber mit editieren ist da nichts sehe nur wirre zeichen mit jedem editor oder auch mit mc ?
* $vncClasses - this specifies the location of the Java classes for
the VNC viewer applet. The default is /usr/local/vnc/classes.
* Xvnc\'s font path and color database. If you have an installation of
X which is not in the standard place you may need to add arguments to the
Xvnc command line to set these. These should be appended to the $cmd
variable at the comment "# Add font path and color database...".
kann da mal wer helfen
Danke
Linux 15.068 Themen, 107.492 Beiträge
linux:~/KDesktop/vnc_x86_linux_2.0/classes # cp classes/* /usr/local/vnc/classes
Das kann nicht funktionieren. Du bist ja im Verzeichnis classes und da gibt es das bestimmt nich noch mal. Gehe nur in das Verzeichnis vnc_x86_linux_2.0 und gebe da den Befehl ein.
to edit the "#!/usr/bin/perl" first line of vncserver.
Du schaust nach, wo du perl installiert hast. Gebe mal in einem xterm ein:
which perl
Dann bekommst du das Programm perl mit Pfad. Normalerweise liegt das in /usr/bin. Wenn nicht, und nur dann, editierst du das perl-programm, was gemeint ist und aenderst die erste Zeile um:
#!/usr/bin/perl
Da schreibst du den Pfad zu perl rein.
Bye, Klaus
Danke für die schnelle Antwort :-)
hat gefunzt :-)
