> -----Message d'origine----- > De : Matthew Ryan [mailto:[EMAIL PROTECTED] > Envoyé : samedi 9 avril 2005 01:19 > À : beginners@perl.org > Objet : trying to create my first exe with pp > > > I am trying to use pp to create an exe file. I have installed > PAR with ppm and installed ScanDeps.pm from cpan with nmake, > all tests worked and install went fine. Now when running pp > with the following code I get the following error. Can some > one please tell me what is happening here. > > C:\>pp -o printit print.pl > Compress::Zlib object version 1.22 does not match bootstrap > parameter 1.16 at /loader/0x9c1194/DynaLoader.pm line 225. > Compilation failed in require at > /loader/0x9c1194/Archive/Zip.pm line 24. BEGIN > failed--compilation aborted at > /loader/0x9c1194/Archive/Zip.pm line 24. Compilation failed > in require at par.pl line 252. > > When DynaLoader comes up everything starts to look like a > foreign language.
Better ask to PAR list http://www.mail-archive.com/par@perl.org/info.html Or search its archive. I have tried a search on "does not match bootstrap parameter" Here is the result: http://www.mail-archive.com/cgi-bin/htsearch?method=and&format=short&con fig=par_perl_org&restrict=&exclude=&words=does+not+match+bootstrap+param eter So your problem seems to be a well known one that has been fixed. HTH, José. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>