X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=html%2Finstallation-1.html;h=be34a46597116d2eaf925a817e9476604699c22c;hb=20f516696d70ff512717b49f65738fa1767673dd;hp=6e9dfa39faa35637cedb8ff74934b070e607e08b;hpb=f1d9774e601e51f98a46c0b479f5316d613fed2c;p=spider.git diff --git a/html/installation-1.html b/html/installation-1.html index 6e9dfa39..be34a465 100644 --- a/html/installation-1.html +++ b/html/installation-1.html @@ -33,7 +33,7 @@ in the development of Spider.

In addition to the standard Red Hat distribution you will require the following modules from -http://www.cpan.org/CPAN.html , please note however that with later versions of perl, some of these +http://www.cpan.org/modules/bymodule/ , please note however that with later versions of perl, some of these modules may be included with the distribution. Get the modules anyway and try to install as below. If they complain, they are probably already a part of your perl distribution. @@ -107,7 +107,7 @@ that's where you have put them. # # tar xvfz /usr/local/packages/Digest-SHA1-2.01.tar.gz # cd Digest-SHA1-2.01 -# perl Makefile.pl +# perl Makefile.PL # make test # make install # cd ..