Thanks for the info re perl5lib, but I only added that in an attempt to fix this problem, so I don't think it's the root.Yes, on further reflection I agree - it's altering which XML::LibXML gets loaded, but that should be all.
Looking at the
msdn documentation for that error it says:
be sure to separate directories from subdirectories with a backslash
Forward slashes are usually fine with perl but I wonder if they're messing things up over the network drive.
Admittedly, one would think if that's the case then it would surely have come up before now.
And we don't even know which path it is that's invalid.
All we know is that 'C:/Strawberry/perl/vendor/lib/auto/XML/LibXML/LibXML.xs.dll' can't be loaded.
You have checked that both the "vendor" and "site" installations of XML::LibXML are similarly affected ?
I'm out of straws ...
Cheers,
Rob
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.