Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Compress::Raw::Zlib will not upgrade

by duyet (Friar)
on Aug 13, 2011 at 07:45 UTC ( [id://920153]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://920153]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-04-24 06:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found