X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=html%2Finstallation-1.html;h=c9dcbc38cd3408f6e3e17207caed385f881e738a;hb=e78bbb17a141401c9d3da2d5268201e64e004261;hp=343f1b0365852e89ae6f398b648cf37d9a468400;hpb=b8ff94755eecda16276c449274c6a76c4f14a8d1;p=spider.git diff --git a/html/installation-1.html b/html/installation-1.html index 343f1b03..c9dcbc38 100644 --- a/html/installation-1.html +++ b/html/installation-1.html @@ -2,7 +2,7 @@ - The DXSpider Installation Manual v1.47: Linux Installation (Original version by Iain Philipps, G0RDI) + The DXSpider Installation Manual v1.48: Linux Installation @@ -13,7 +13,7 @@ Previous Contents
-

1. Linux Installation (Original version by Iain Philipps, G0RDI)

+

1. Linux Installation

1.1 Introduction

@@ -40,16 +40,70 @@ following modules from

-

Do get the latest versions of these packages and install them -but use the above list as the earliest versions usable. +

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. +

+

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.10.tar.gz
+# cd Data-Dumper-2.10
+# 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
+# make test
+# 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.02.tar.gz
+# cd Net-Telnet-3.02
+# perl Makefile.PL
+# make test
+# make install
+# cd ..
+#
+# tar xvfz /usr/local/packages/Curses-1.05.tar.gz
+# cd Curses-1.05
+# perl Makefile.PL
+# make test
+# make install
+# cd ..
+#
+# tar xvfz /usr/local/packages/Time-HiRes-01.20.tar.gz 
+# cd Time-HiRes-01.20
+# 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. +

1.2 Preparation