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.