at D:/cpanrun/build/5-8-0/lib/DynaLoader.pm line 229.

That line looks a bit strange.  1) Why does it say 5-8-0 when you're meaning to use 5.8.8?  2) Why does it load DynaLoader.pm from this location anyway? AFAIK, PAR is supposed to create a self-contained package, so it's not meant to pull in stuff from some build directory on another drive... That's what I would start trying to figure out first.

What exact command did you issue to create the package? Do you have more than one version of Perl installed? Did you have the PERL5LIB environment variable set while creating the package, or do you maybe have it set now when trying to execute the PAR package? Did your pp command in fact run with the right Perl binary (5.8.8)?

Ok, many questions, no answers :)  But hopefully, attempting to answer them yourself will shed some light on what's going wrong... (my guess would be that you're somehow inadvertently mixing up versions, which could explain why the Perl-internal symbol Perl_Gsv_placeholder_ptr cannot be located). — Good luck!


In reply to Re: Problem Creating and Running Perl exe by almut
in thread Problem Creating and Running Perl exe by ralife

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.