I installed strawberry-perl-5.12.0.1.msi on Windows 7 Enterprise over a lastest MacBook Pro (iCore 7). I then run "cpan PAR::Packer" under DOS. But I first encountered a problem that I now forgot. After adding "C:\strawberry\c\libexec\gcc\i686-w64-mingw32\4.4.3" to the PATH environment variable, that problem has gone.

However, I had the next problem:

C:\strawberry\perl\bin\perl.exe -e "chmod(oct('0444'), '..\blib\lib\PA +R\StrippedPARL\Dynamic.pm');" dmake.EXE: Error: -- `script\parldyn.exe' not found, and can't be mad +e RSCHUPP/PAR-Packer-1.004.tar.gz C:\strawberry\c\bin\dmake.EXE -- NOT OK

After running:

copy C:\strawberry\perl\lib\CORE\libperl511.a C:\strawberry\perl\lib\ +CORE\libperl512.a
and installing the PAR::Packer again, the parldyn.exe still cannnot be found.

When I run:

copy C:\strawberry\perl\lib\CORE\libperl511.a C:\strawberry\perl\lib\C +ORE\libperl512.a
it failed because libperl512.a has already been there (while libperl511.a was not) and in C:/strawberry/perl/lib/Config_heavy.pl, the libperl entry is already set to 'libperl512.a'.

I then run the installation again, but the same problem occurred (`script\parldyn.exe' not found). Any solutions? Thanks.


In reply to Re^3: Strawberry 5.12 and PAR::Packer 1.004 by samtseng
in thread Strawberry 5.12 and PAR::Packer 1.004 by strmbnd

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.