X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=html%2Finstallation_en-1.html;h=c3427b57a24f1b8ce283414f494083dec3bc9f74;hb=refs%2Fheads%2Fspider;hp=4d441337f547b9bd515fee0f0beef52b77ed0764;hpb=05ace8aed12c22b45b8905dacf8de58d79371f5a;p=spider.git diff --git a/html/installation_en-1.html b/html/installation_en-1.html index 4d441337..c3427b57 100644 --- a/html/installation_en-1.html +++ b/html/installation_en-1.html @@ -1,7 +1,7 @@ - + The DXSpider Installation Manual v1.50: Linux Installation @@ -43,20 +43,36 @@ perl distribution.

  • Data-Dumper-2.101.tar.gz this is included in perl 5.6.1 and above
  • -TimeDate-1.10.tar.gz
  • +TimeDate-2.27.tar.gz
  • IO-1.20.tar.gz (for perl 5.00403 and lower)
  • Net-Telnet-3.03.tar.gz
  • -Curses-1.06.tar.gz
  • +Curses-1.08a.tar.gz
  • -Time-HiRes-01.20.tar.gz
  • +Time-HiRes-01.20.tar.gz (for perl versions lower than 5.8 )
  • Digest-SHA1-2.01.tar.gz
  • +

    +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,8 +80,8 @@ 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/TimeDate-1.10.tar.gz
    -# cd TimeDate-1.10
    +# tar xvfz /usr/local/packages/TimeDate-2.27.tar.gz
    +# cd TimeDate-2.27
     # perl Makefile.PL
     # make test
     # make install
    @@ -78,8 +94,8 @@ that's where you have put them.

    # make install # cd .. # -# tar xvfz /usr/local/packages/Curses-1.06.tar.gz -# cd Curses-1.06 +# tar xvfz /usr/local/packages/Curses-1.08a.tar.gz +# cd Curses-1.08a # perl Makefile.PL # make test # make install @@ -101,7 +117,7 @@ that's where you have put them.

    -

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

    +

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

     #