LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Perl module Compress::Zlib installed but perl not detecting it (https://www.linuxquestions.org/questions/programming-9/perl-module-compress-zlib-installed-but-perl-not-detecting-it-551043/)

danran 05-03-2007 01:50 PM

Perl module Compress::Zlib installed but perl not detecting it
 
I'm attempting to install a module which has a prerequisite of 'Compress::Zlib'. When I run 'perl Makefile.PL', it says 'Warning: prerequisite Compress::Zlib 1.10 not found.'.

Although, i'm pretty sure it's installed because of the output of the command 'cpan Compress::Zlib':

>>>
GreenOrange libwww-perl-5.805 # cpan Compress::Zlib
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
Database was generated on Wed, 02 May 2007 23:10:02 GMT
Compress::Zlib is up to date.
<<<

Any ideas what's going on?

Thanks!


All times are GMT -5. The time now is 08:00 PM.