Hello monks A bit of history about the current problem : 1. i wanted to archive a folder with files whose size i around 400 Mb. 2. i understood that Archive::Tar is not worth to do this task as it i +s a inmemory resident 3. Later i could fine Archive::Tar::Streamed can be used for the same +to transfer files with greater size. 4. When i tried to install Archive::Tar::Streamed module in the server + box running win 2000 , it it throws me the following error. 5. i assume it is because of the access rights for installing perl mod +ule locally. 6. i could not find nmake in the server. when tried to install nmake i +t throwed me " NMAKE : fatal error U1073: don't know how to make 'C:\Perl\lib\Config. +pm' Stop." Error : C:\activeperl5.6\lib\ExtUtils\Archive>makefile.pl This module would like to run comparison tests against the system tar Enter the string 'none' if your platform does not have a tar program. Enter name of tar program: [tar] 'tar' is not recognized as an internal or external command, operable program or batch file. Tar did not create an archive. Disabling tests at C:\activeperl5.6\lib +\ExtUtils\ Archive\Makefile.PL line 19, <STDIN> line 1. Warning: prerequisite Archive::Tar 1 not found at C:/activeperl5.6/lib +/ExtUtils/ MakeMaker.pm line 340, <STDIN> line 1. Warning: prerequisite Test::Simple failed to load: Can't locate Test/S +imple.pm i n @INC (@INC contains: C:/activeperl5.6/lib C:/activeperl5.6/site/lib +.) at (eva l 10) line 3, <STDIN> line 1. Error: Unable to locate installed Perl libraries or Perl source code. It is recommended that you install perl in a standard location before building extensions. Some precompiled versions of perl do not contain these header files, so you cannot build extensions. In such a case, please build and install your perl from a fresh perl distribution. It usually solves this kind of problem. (You get this message, because MakeMaker could not find "M:\ACTIVE~1.6 +\lib\CORE\perl.h")
DV

In reply to Problems installing Archive::Tar::Streamed on Win32 by DV

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.