X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=html%2Finstallation_en-1.html;h=c3427b57a24f1b8ce283414f494083dec3bc9f74;hb=refs%2Fheads%2Fnewusers;hp=72c3a30fdcc459356e50207ae73de1076f0885cf;hpb=ebba9c9a990734611de84b91a3483de1ff9ed514;p=spider.git diff --git a/html/installation_en-1.html b/html/installation_en-1.html index 72c3a30f..c3427b57 100644 --- a/html/installation_en-1.html +++ b/html/installation_en-1.html @@ -28,7 +28,7 @@ know how to use tar and how to edit files using your favourite editor.<

The crucial ingredient for all of this is Perl. 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.

In addition to the standard Red Hat distribution you will require the @@ -41,22 +41,38 @@ perl distribution.

+

+On most modern distributions most (if not all) the modules you will need are either included or +can be loaded automatically. Please consult your distro's instructions for loading new programs +and look for modules that usually start with the string "perl-". For instance:-

+

+

+

+ +

Some distros are now packaging perl-DB_File separately as well, so you may have to add that to the list +above.

+

Copy the CPAN modules listed above to a convenient place on your computer. One good place would be /usr/local/packages, and the instructions which follow will assume that that's where you have put them.

@@ -64,54 +80,61 @@ 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
+# tar xvfz /usr/local/packages/TimeDate-2.27.tar.gz
+# cd TimeDate-2.27
 # perl Makefile.PL
 # make test
 # make install
 # cd ..
 #
-# tar xvfz /usr/local/packages/TimeDate-1.10.tar.gz
-# cd TimeDate-1.10
+# tar xvfz /usr/local/packages/Net-Telnet-3.03.tar.gz
+# cd Net-Telnet-3.02
 # perl Makefile.PL
 # make test
 # make install
 # cd ..
 #
-# tar xvfz /usr/local/packages/IO-1.20.tar.gz
-# cd IO-1.20
+# tar xvfz /usr/local/packages/Curses-1.08a.tar.gz
+# cd Curses-1.08a
 # perl Makefile.PL
 # make test
-# make install UNINST=1
+# make install
 # cd ..
 #
-# tar xvfz /usr/local/packages/Net-Telnet-3.03.tar.gz
-# cd Net-Telnet-3.02
+# tar xvfz /usr/local/packages/Time-HiRes-01.20.tar.gz 
+# cd Time-HiRes-01.20
 # perl Makefile.PL
 # make test
 # make install
 # cd ..
 #
-# tar xvfz /usr/local/packages/Curses-1.06.tar.gz
-# cd Curses-1.06
+# tar xvfz /usr/local/packages/Digest-SHA1-2.01.tar.gz
+# cd Digest-SHA1-2.01
 # perl Makefile.PL
 # make test
 # make install
 # cd ..
+
+

+ +

Only if you need to do these because your perl is old:-

+

+

 #
-# tar xvfz /usr/local/packages/Time-HiRes-01.20.tar.gz 
-# cd Time-HiRes-01.20
+# tar xvfz /usr/local/packages/IO-1.20.tar.gz
+# cd IO-1.20
 # perl Makefile.PL
 # make test
-# make install
+# make install UNINST=1
 # cd ..
 #
-# tar xvfz /usr/local/packages/Digest-SHA1-2.01.tar.gz
-# cd Digest-SHA1-2.01
+# tar xvfz /usr/local/packages/Data-Dumper-2.101.tar.gz
+# cd Data-Dumper-2.101
 # perl Makefile.PL
 # make test
 # make install
 # cd ..
+#
 

@@ -246,8 +269,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'.