Heh ... you are having fun, aren't you.
You won't find "PL_memory_wrap" in any perl58.dll prior to version 5.8.7. My guess is that Randy has built the ppm using perl 5.8.7 and that, for an L::P::Y that's going to be run on an earlier perl 5.8.x, you need to build L::P::Y with an earlier perl 5.8.x. I could build a ppm using perl 5.8.6 and send you that (if you tell me where to send it).

As for the inability to load Low.dll, I guess that's the message you see after you acknowledge the pop-up complaining about the absence of "PL_memory_wrap" - which would indicate that it's just a consequence of that "PL_memory_wrap" error. (ie, if the "PL_memory_wrap" issue is addressed, I expect that "Low.dll" error will go away.) Other than that - what does the error message tell you that it "Can't find" ? Is pl\bin in your path ?

C:/usr/lib/XSLoader looks like a Cygwin path, rather than the location one would expect for XSLoader in a "native" Windows environment. Are you using the ppm with your Cygwin perl ? Does that work reliably ? My notion is that there could be problems in trying to use "native" Windows binaries in the Cygwin environment - but I've little experience with Cygwin and really don't know.

Cheers,
Rob

In reply to Re^6: Language::Prolog::Yaswi by syphilis
in thread Language::Prolog::Yaswi by reneeb

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.