http://qs321.pair.com?node_id=1111208


in reply to Archive::Zip install fails on Strawberry Perl

Archive::Zip requires Compress::Raw::Zlib. Try installing Bundle::Compress::Zlib. It was designed for situations like this.
  • Comment on Re: Archive::Zip install fails on Strawberry Perl

Replies are listed 'Best First'.
Re^2: Archive::Zip install fails on Strawberry Perl
by zartperl (Initiate) on Jan 13, 2015 at 04:36 UTC
    Installed Compress::Raw::Zlib successfully. Then tried to install Archive::Zip, and failed with the same message as before.
      What happens when you do:
      cpan> m Archive::Zip
        Output - cpan> m Archive::Zip Module id = Archive::Zip CPAN_USERID PHRED (Fred Moyer <fred@redhotpenguin.com>) CPAN_VERSION 1.43 CPAN_FILE P/PH/PHRED/Archive-Zip-1.43.tar.gz UPLOAD_DATE 2015-01-15 MANPAGE Archive::Zip - Provide an interface to ZIP archive files. INST_FILE C:\strawberry\perl\vendor\lib\Archive\Zip.pm INST_VERSION 1.38

      Installed Compress::Raw::Zlib successfully. Then tried to install Archive::Zip, and failed with the same message as before.

      What message was that (not the summary, the actual message)?

        Error output is listed in my original post under 'Complete install output '.