Dear Group,

We are running strawberry Perl on Win2K (clean install), because we could not even get libXML working on activeState Perl! You will find the sad story here in Perlmonks (or if you search "LibXML+Perl5.10+Win32")! :-(

We have downloaded latest LibXSLT package from CPAN. This is not pre-installed with Strawberry Perl. Anyway, we had to make some changes as suggested here:

-> http://osdir.com/ml/lang.perl.xml/2004-01/msg00105.html

This is because, we got "entry point not found for procedure xslApplyStyleSheetUser" error dialog box during the "dmake install" phase.

The package+dll installation has gone off OK now. We could verify this using the dependency walker. Now we try running a small script to test if the installations went well (Actually, we ran "dmake test" first). Now we are getting the dreaded "Can't locate loadable module for module XML::LibXSLT" in @INC...." error (See soln. 1 attempt below). We have scoured the Net, and we have done the following remedial measures already;
1. We have modified the @INC to directly look-up the "LibXSLT.xs.dll" that is present in "\site\lib\auto\XML\LibXML\". Still the same error persists.
2. The .dll file was read-only, and we made it read-write.

In any of your experience, have you got this error in LibXSLT installation? If so, what do you recommend?

Please help us in whatever way you can.

Thanks,
Suresh.

P.S: We have contacted the author of the package regarding this as well.

/*--- [EOF] -------------------- [EOF] -------------*/


In reply to Can't locate loadable module error for XML::LibXSLT on Strawberry Perl by jey_suresh

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.