On Jun 13, 2009, at 3:28 PM, Paul Marquess via RT wrote:
Show quoted text> tried the script and the compressed file you included on my system.
> Both
> worked perfectly for me. I then created and installed a blead from
> scratch & tried your script with that - still ok.
>
> I've enclosed a small script that just prints out the versions of all
> the compression-related modules that my compression modules make
> use of.
> Can you see what you get with it please.
Sure thing. I've made a small adaptation so that when a require fails
for another
reason then 'cant locate' it prints the error.
Here's bleadperl:
[kane@myriad-wifi ~...perl-current-cpanplus-devel.22199/t]$ ./perl -
MTestInit /tmp/versions.pl
perl 5.011000
Compress::LZF Not Present
Compress::LZO Not Present
Compress::Raw::Bzip2 2.018 (bzip2 ver 1.0.5, 10-Dec-2007)
Compress::Raw::Zlib 2.018 (zlib ver 1.2.3 [0x1230])
Compress::Zlib 2.018
File::GlobMapper 1.000
IO::Compress::Base 2.018
IO::Compress::Base::Common 2.018
IO::Compress::Bzip2 2.018
IO::Compress::Deflate 2.018
IO::Compress::Gzip 2.018
IO::Compress::Gzip::Constants 2.018
IO::Compress::Lzf Not Present
IO::Compress::Lzop Not Present
IO::Compress::RawDeflate 2.018
IO::Compress::Zip 2.018
IO::Uncompress::Base 2.018
IO::Uncompress::Bunzip2 2.018
IO::Uncompress::Gunzip 2.018
IO::Uncompress::Inflate 2.018
IO::Uncompress::RawInflate 2.018
IO::Uncompress::UnLzf Not Present
IO::Uncompress::UnLzop Not Present
IO::Uncompress::Unzip 2.018
and here's the version i have installed:
[kane@myriad-wifi /tmp]$ perlc versions.pl
perl 5.010000
Compress::LZF Not Present
Compress::LZO Not Present
Compress::Raw::Bzip2 2.02 (bzip2 ver 1.0.5, 10-Dec-2007)
Compress::Raw::Zlib 2.02 (zlib ver 1.2.3 [0x1230])
Compress::Zlib Could not load:
IO::Compress::Base::Common version 2.02 required--this is only
version 2.015 at /opt/5.10.0/lib/perl5/5.10.0/darwin-2level/Compress/
Zlib.pm line 11.
BEGIN failed--compilation aborted at /opt/5.10.0/lib/perl5/5.10.0/
darwin-2level/Compress/Zlib.pm line 11.
Compilation failed in require at (eval 12) line 1.
File::GlobMapper 1.000
IO::Compress::Base 2.015
IO::Compress::Base::Common 2.015
IO::Compress::Bzip2 Could not load: IO::Compress::Base
version 2.02 required--this is only version 2.015 at /opt/5.10.0/lib/
perl5/5.10.0/darwin-2level/IO/Compress/Bzip2.pm line 8.
BEGIN failed--compilation aborted at /opt/5.10.0/lib/perl5/5.10.0/
darwin-2level/IO/Compress/Bzip2.pm line 8.
Compilation failed in require at (eval 23) line 1.
IO::Compress::Deflate Could not load: IO::Compress::Base
version 2.02 required--this is only version 2.015 at /opt/5.10.0/lib/
perl5/5.10.0/darwin-2level/IO/Compress/RawDeflate.pm line 10.
BEGIN failed--compilation aborted at /opt/5.10.0/lib/perl5/5.10.0/
darwin-2level/IO/Compress/RawDeflate.pm line 10.
Compilation failed in require at /opt/5.10.0/lib/perl5/5.10.0/
darwin-2level/IO/Compress/Deflate.pm line 9.
BEGIN failed--compilation aborted at /opt/5.10.0/lib/perl5/5.10.0/
darwin-2level/IO/Compress/Deflate.pm line 9.
Compilation failed in require at (eval 24) line 1.
IO::Compress::Gzip Could not load: Attempt to reload IO/
Compress/RawDeflate.pm aborted.
Compilation failed in require at /opt/5.10.0/lib/perl5/5.10.0/
darwin-2level/IO/Compress/Gzip.pm line 11.
BEGIN failed--compilation aborted at /opt/5.10.0/lib/perl5/5.10.0/
darwin-2level/IO/Compress/Gzip.pm line 11.
Compilation failed in require at (eval 25) line 1.
IO::Compress::Gzip::Constants 2.020
IO::Compress::Lzf Not Present
IO::Compress::Lzop Not Present
IO::Compress::RawDeflate Could not load: Attempt to reload IO/
Compress/RawDeflate.pm aborted.
Compilation failed in require at (eval 29) line 1.
IO::Compress::Zip Could not load:
IO::Compress::Base::Common version 2.02 required--this is only
version 2.015 at /opt/5.10.0/lib/perl5/5.10.0/darwin-2level/IO/
Compress/Zip.pm line 7.
BEGIN failed--compilation aborted at /opt/5.10.0/lib/perl5/5.10.0/
darwin-2level/IO/Compress/Zip.pm line 7.
Compilation failed in require at (eval 30) line 1.
IO::Uncompress::Base 2.015
IO::Uncompress::Bunzip2 Could not load:
IO::Compress::Base::Common version 2.02 required--this is only
version 2.015 at /opt/5.10.0/lib/perl5/5.10.0/darwin-2level/IO/
Uncompress/Bunzip2.pm line 7.
BEGIN failed--compilation aborted at /opt/5.10.0/lib/perl5/5.10.0/
darwin-2level/IO/Uncompress/Bunzip2.pm line 7.
Compilation failed in require at (eval 32) line 1.
IO::Uncompress::Gunzip Could not load:
IO::Compress::Base::Common version 2.02 required--this is only
version 2.015 at /opt/5.10.0/lib/perl5/5.10.0/darwin-2level/IO/
Uncompress/RawInflate.pm line 9.
BEGIN failed--compilation aborted at /opt/5.10.0/lib/perl5/5.10.0/
darwin-2level/IO/Uncompress/RawInflate.pm line 9.
Compilation failed in require at /opt/5.10.0/lib/perl5/5.10.0/
darwin-2level/IO/Uncompress/Gunzip.pm line 12.
BEGIN failed--compilation aborted at /opt/5.10.0/lib/perl5/5.10.0/
darwin-2level/IO/Uncompress/Gunzip.pm line 12.
Compilation failed in require at (eval 33) line 1.
IO::Uncompress::Inflate Could not load:
IO::Compress::Base::Common version 2.02 required--this is only
version 2.015 at /opt/5.10.0/lib/perl5/5.10.0/darwin-2level/IO/
Uncompress/Inflate.pm line 8.
BEGIN failed--compilation aborted at /opt/5.10.0/lib/perl5/5.10.0/
darwin-2level/IO/Uncompress/Inflate.pm line 8.
Compilation failed in require at (eval 34) line 1.
IO::Uncompress::RawInflate Could not load: Attempt to reload IO/
Uncompress/RawInflate.pm aborted.
Compilation failed in require at (eval 35) line 1.
IO::Uncompress::UnLzf Not Present
IO::Uncompress::UnLzop Not Present
IO::Uncompress::Unzip Could not load: Attempt to reload IO/
Uncompress/RawInflate.pm aborted.
Compilation failed in require at /opt/5.10.0/lib/perl5/5.10.0/
darwin-2level/IO/Uncompress/Unzip.pm line 11.
BEGIN failed--compilation aborted at /opt/5.10.0/lib/perl5/5.10.0/
darwin-2level/IO/Uncompress/Unzip.pm line 11.
Compilation failed in require at (eval 38) line 1.
--
Jos Boumans
"Whenever you find you are on the side of the majority,
it is time to pause and reflect." - Mark Twain