hesco has asked for the wisdom of the Perl Monks concerning the following question:
When I run the script, I see the following errors:
However from a cpan prompt, I see::~/lib$ time perl pttpc-rpt.pl is only avaliable with the XS version at /usr/local/share/perl/5.8.8/ +Compress/Zlib.pm line 9 BEGIN failed--compilation aborted at /usr/local/share/perl/5.8.8/Compr +ess/Zlib.pm line 9. Compilation failed in require at /usr/local/share/perl/5.8.8/Archive/Z +ip.pm line 11. BEGIN failed--compilation aborted at /usr/local/share/perl/5.8.8/Archi +ve/Zip.pm line 11. Compilation failed in require at /usr/local/supporters.campaignfoundat +ions.com//Reports/Treasurer.pm line 7. BEGIN failed--compilation aborted at /usr/local/supporters.campaignfou +ndations.com//Reports/Treasurer.pm line 7. Compilation failed in require at pttpc-rpt.pl line 10. BEGIN failed--compilation aborted at pttpc-rpt.pl line 10. real 0m0.134s user 0m0.130s sys 0m0.000s
although, I did have to force the installation of Compress::Zlib. How might I resolve this issue, please?cpan> install Compress::Zlib Compress::Zlib is up to date. + + cpan> install Archive::Zip Archive::Zip is up to date.
-- Hugh
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: troubles installing Compress::Zlib
by syphilis (Archbishop) on Aug 15, 2008 at 18:53 UTC | |
|
Re: troubles installing Compress::Zlib
by gaal (Parson) on Aug 16, 2008 at 16:05 UTC |