Hi Monks,

I am working on a Windows 2003 32bit Server with Perl 5.8.8 and I am trying to build and install XML-Parser-2.34. I have downloaded the latest Expat-2.0.0. I added "D:\Expat-2.0.0\Libs" to my PATH and Lib PATH and I added "D:\Expat-2.0.0\Source\lib" to my include path (Not sure if that is correct).

When I go to build XML-Parser-2.34 I recieve some warnings, but no errors. When I test the build everything fails. Here is a sample of the failure messages:

D:\Software\Perl\XML-Parser-2.34>nmake test Microsoft (R) Program Maintenance Utility Version 8.00.50727.762 Copyright (C) Microsoft Corporation. All rights reserved. "D:\Program Files\Microsoft Visual Studio 8\VC\bin\nmake.exe" -f Makef +ile all -nologo cd .. D:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harn +ess(0, 'blib\lib', 'blib\arch')" t/*.t t/astress.........Can't load 'D:\Software\Perl\XML-Parser-2.34\blib\ar +ch/auto/XML/Parser/Expat/Expat.dll' for module XML::Parser::Expat: lo +ad_file:The specified module could not be found at D:/Perl/lib/DynaLo +ader.pm line 230. at D:/Perl/lib/XML/Parser.pm line 14 Compilation failed in require at D:/Perl/lib/XML/Parser.pm line 14. BEGIN failed--compilation aborted at D:/Perl/lib/XML/Parser.pm line 18 +. Compilation failed in require at t/astress.t line 11. BEGIN failed--compilation aborted at t/astress.t line 11. t/astress.........dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 1-27 Failed 27/27 tests, 0.00% okay
Thank you for any help that some one can provide.

In reply to Can't build XML-Parser-2.34 by ecuster2000

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.