Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

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":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-19 20:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found