It's kind of tricky to debug this from my position, but could you try upgrading to par-packer 0.982? It seems to be the newest version and it might possibly deal with this issue.

You should be able to accomplish this with CPAN, as root (I am assuming you are using Linux, if you are using Windows then use "ppm" see Using PPM):

perl -MCPAN -e"install Par::Packer"

Which should replace your version with the latest CPAN has to offer.

I've tried to google the error message you gave us and I can't seem to find anything helpful and I have no specific experience with it. Could you possibly provide us with the code you are trying to package?

If we assume the problem is in the code, a decent method to debug this might be to reduce the code as much as possible (comment out stuff) and put things back in until it stops packaging correctly. If pp has a debug function, you might want to try using that to step through the compilation process.

If may also be that your version of "perl58.dll" is incorrect. Try to find out where it is and see if you can get a newer version of it (keep backups if you do this manually, but there should be a better way to accomplish it than that).


In reply to Re: getting error while using par-packer 0.976 by Freezy
in thread getting error while using par-packer 0.976 by manu_bans

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.