Skip Menu |

This queue is for tickets about the PAR CPAN distribution.

Report information
The Basics
Id: 2411
Status: resolved
Priority: 0/
Queue: PAR

People
Owner: Nobody in particular
Requestors: BobH [...] hslda.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Date: Thu, 17 Apr 2003 09:23:06 -0400
From: "Bob Hicks" <BobH [...] hslda.org>
To: <bug-par [...] rt.cpan.org>
Subject: Zlib error
D:\Projects\Perl\Popper>pp -o email.exe bobhicks.pl D:\Projects\Perl\Popper>email.exe Compress::Zlib object version 1.16 does not match bootstrap parameter 1.20 at /loader/0x8ec660/DynaLoader.pm line 249. Compilation failed in require at /loader/0x8ec660/Archive/Zip.pm line 24. BEGIN failed--compilation aborted at /loader/0x8ec660/Archive/Zip.pm line 24. Compilation failed in require at par.pl line 139. My stats: Zlib 1.20 Windows XP Pro PAR .67
Date: Thu, 24 Apr 2003 11:37:19 +0800
From: Autrijus Tang <autrijus [...] autrijus.org>
To: Bob Hicks via RT <bug-PAR [...] rt.cpan.org>
CC: "AdminCc of cpan Ticket #2411": ;
Subject: Re: [cpan #2411] Zlib error
RT-Send-Cc:
On Thu, Apr 17, 2003 at 09:23:56AM -0400, Bob Hicks via RT wrote: Show quoted text
> This message about PAR was sent to you by BobH@hslda.org <BobH@hslda.org> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=2411 > > > D:\Projects\Perl\Popper>pp -o email.exe bobhicks.pl > > D:\Projects\Perl\Popper>email.exe > Compress::Zlib object version 1.16 does not match bootstrap parameter > 1.20 at /loader/0x8ec660/DynaLoader.pm line 249. > Compilation failed in require at /loader/0x8ec660/Archive/Zip.pm line > 24. > BEGIN failed--compilation aborted at /loader/0x8ec660/Archive/Zip.pm > line 24. > Compilation failed in require at par.pl line 139. > > My stats: > > Zlib 1.20 > Windows XP Pro > PAR .67
Are you sure the 'pp' reside in the same Perl directory as the Compress::Zlib's perl? Usually this error occurs because of two conflicting Perl versions. Also if you have VC++, try compiling PAR by yourself instead of using the precompiled binary, and see if this problem goes away. Thanks, /Autrijus/