X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=html%2Finstallation_en-1.html;fp=html%2Finstallation_en-1.html;h=c3427b57a24f1b8ce283414f494083dec3bc9f74;hb=4bcd914bdf99b8ab78c7d6c67264f71f0e04e20d;hp=7108902f16ce130919a732ec029615d07a5f71c5;hpb=4a988d6dfcb4f50b4dd5db916294cd5aa87d3d22;p=spider.git diff --git a/html/installation_en-1.html b/html/installation_en-1.html index 7108902f..c3427b57 100644 --- a/html/installation_en-1.html +++ b/html/installation_en-1.html @@ -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:-

     #