----- Original Message ----- From: "Bob Hicks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 11, 2003 9:50 PM Subject: Error in Par .63
> D:\Robert\Projects\Perl>pp -o mathq.exe mathq.pl > Compress::Zlib object version 1.19 does not match bootstrap parameter 1.16 > at /l > oader/0x8850f8/DynaLoader.pm line 249. > Compilation failed in require at /loader/0x8850f8/Archive/Zip.pm line 24. > BEGIN failed--compilation aborted at /loader/0x8850f8/Archive/Zip.pm line > 24. > Compilation failed in require at par.pl line 252. > > Do I just need to wait until Par .65 hits PPM? > > OS = Windows XP > Perl = AS 5.8 > Do you have more than one build of perl ? Reason I ask is that I got a very similar error to that today when I (inadvertently) ran an executable linked to one of my perl builds, having built that executable linked to a different perl dll. Needless to say, the 2 builds had different versions of Compress::Zlib installed. Alternatively, I wonder whether the machine that built your Par module had version 1.16 and you have version 1.19 (or vice-versa) - in which case I also wonder whether this problem has been fixed in Par-0.65 :-) Cheers, Rob
