The various references you gave suggests that this is a problem peculiar to perl-5.8.7 (ActivePerl 813) and PAR. In all other cases I'm familiar with, the "procedure entry point PL_memory_wrap could not be located" error was a result of using a ppm package built with perl-5.8.x on a system with perl-5.8.y, where x > y. This made sense in the context of binary compatibility within the perl-5.8 series, and so I compile ppm packages with perl-5.8.0, which should be compatible with any later perl-5.8.x.

However, PAR, at least when used on perl-5.8.7, seems to require using perl-5.8.7 when building a ppm package. I've made such a package up, called PAR-587, and placed it in our uwinnipeg repository. Could you give that a go and see if it works any better? I would expect that this would work (if indeed it does) only on perl-5.8.7; for earlier perl versions, the PAR package in our repository, compiled with perl-5.8.0, should be used.


In reply to Re: Windows + Tk + PAR == PL_memory_wrap error. by randyk
in thread Windows + Tk + PAR == PL_memory_wrap error. by sauoq

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.