X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=sgml%2Finstallation_en.sgml;h=5e8c3b6d66fec53c0cbe67b92f0ea138268ab3c4;hp=de183687366966dc5807fe9610983e452fdf5000;hb=8b3403b35f575d43a6c8b316ad4b5c6dd5289752;hpb=7d315a555a73d4a650405d0c2da48bacde2b1853 diff --git a/sgml/installation_en.sgml b/sgml/installation_en.sgml index de183687..5e8c3b6d 100644 --- a/sgml/installation_en.sgml +++ b/sgml/installation_en.sgml @@ -36,7 +36,7 @@ know how to use tar and how to edit files using your favourite editor. The crucial ingredient for all of this is . Earlier versions of Spider required perl 5.004, however it is now STRONGLY recommended -that you use at least version 5.005_03 as this is the version being used +that you use at least version 5.6.1 as this is the version being used in the development of Spider.

@@ -48,9 +48,9 @@ perl distribution.

- + this is included in perl 5.6.1 and above - + (for perl 5.00403 and lower) @@ -66,13 +66,6 @@ that's where you have put them. Log in as 'root', and make sure you're at '/root' before you continue. Here are exactly the commands you must issue next: - -# tar xvfz /usr/local/packages/Data-Dumper-2.101.tar.gz -# cd Data-Dumper-2.101 -# perl Makefile.PL -# make test -# make install -# cd .. -# # tar xvfz /usr/local/packages/TimeDate-1.10.tar.gz # cd TimeDate-1.10 # perl Makefile.PL @@ -80,13 +73,6 @@ Log in as 'root', and make sure you're at '/root' before you continue. Here are # make install # cd .. # -# tar xvfz /usr/local/packages/IO-1.20.tar.gz -# cd IO-1.20 -# perl Makefile.PL -# make test -# make install UNINST=1 -# cd .. -# # tar xvfz /usr/local/packages/Net-Telnet-3.03.tar.gz # cd Net-Telnet-3.02 # perl Makefile.PL @@ -116,6 +102,27 @@ Log in as 'root', and make sure you're at '/root' before you continue. Here are # cd .. +

+Only if you need to do these (because your perl is old):- + + +# +# tar xvfz /usr/local/packages/IO-1.20.tar.gz +# cd IO-1.20 +# perl Makefile.PL +# make test +# make install UNINST=1 +# cd .. +# +# tar xvfz /usr/local/packages/Data-Dumper-2.101.tar.gz +# cd Data-Dumper-2.101 +# perl Makefile.PL +# make test +# make install +# cd .. +# + +

Do not fall into the trap of thinking they're all the same, just because they nearly are! Pay particular attention to the instructions of IO, above. @@ -234,8 +241,9 @@ $mycall = "GB7DJK";

-This is the call sign of your cluster. If you use an SSID then include it here -also. +This is the call sign of your cluster. Here in the UK we have +separate callsigns for our cluster nodes. If you can't use a different callsign I suggest +you use an SSID of '-2' for the node callsign '$mycall'. $myalias = "G1TLH";