in reply to Compress::Raw::Zlib will not upgrade

It looks like you still using an old library version. You can dump @INC to find out about the paths and dump %INC (i recently learned from another post) to check from where your Zlib is being included.
  • Comment on Re: Compress::Raw::Zlib will not upgrade

Replies are listed 'Best First'.
Re^2: Compress::Raw::Zlib will not upgrade
by boodong (Novice) on Aug 14, 2011 at 04:43 UTC
    bash-4.1$ perl use Data::Dumper; print Dumper @INC; $VAR1 = '/opt/openpkg/current/lib/perl/site_perl/5.12.1/sun4-solaris'; $VAR2 = '/opt/openpkg/current/lib/perl/site_perl/5.12.1'; $VAR3 = '/opt/openpkg/current/lib/perl/vendor_perl/5.12.1/sun4-solaris'; $VAR4 = '/opt/openpkg/current/lib/perl/vendor_perl/5.12.1'; $VAR5 = '/opt/openpkg/current/lib/perl/5.12.1/sun4-solaris'; $VAR6 = '/opt/openpkg/current/lib/perl/5.12.1'; $VAR7 = '.';
      Using lsmodsh i get cmd? m Compress::Raw::Zlib Available commands are: f prog|doc - List installed files of a given type d prog|doc - List the directories used by a module v - Validate the .packlist - check for missing files t <tarfile> - Create a tar archive of the module h - Display module help q - Quit the module Compress::Raw::Zlib cmd? f all all files in Compress::Raw::Zlib are: /opt/openpkg/current/lib/perl/5.12.1/sun4-solaris/Compress/Raw/Zlib.pm /opt/openpkg/current/lib/perl/5.12.1/sun4-solaris/auto/Compress/Raw/Zlib/Zlib.bs /opt/openpkg/current/lib/perl/5.12.1/sun4-solaris/auto/Compress/Raw/Zlib/autosplit.ix /opt/openpkg/current/man/man3/Compress::Raw::Zlib.3 /opt/openpkg/current/lib/perl/5.12.1/sun4-solaris/auto/Compress/Raw/Zlib/Zlib.so