Guardian Digital Inc. >
InfoCenter >
Mailing List Archives >
Amavis
Amavis Mailing List Archive
Mark wrote:
> Bill,
>> For what it's worth, maybe MIME::Decoder::BinHex cannot be queried for
>> directly. I can query the version by:
>>
>> perl -MExtUtils::MakeMaker -le 'print MM->parse_version($ARGV[0])'
>> /usr/lib/perl5/site_perl/5.8.5/MIME/Decoder/BinHex.pm
>> 5.415
>>
>> And can query the version of MIME::Decoder by:
>> perl -e 'use MIME::Decoder; print $MIME::Decoder::VERSION,"\n"'
>> 5.415
>>
>> However, if I try to query the version of MIME::Decoder::BinHex, I get:
>> perl -e 'use MIME::Decoder::BinHex; print
>> $MIME::Decoder::BinHex::VERSION,"\n"'
>> Can't locate Convert/BinHex.pm in @INC
> Mine doesn't complain:
> perl -le 'use MIME::Decoder::BinHex; print MIME::Decoder::BinHex->VERSION'
> 5.415
> Mark
Mine complains:
(Remember that libconvert-binhex-perl == Convert::BinHex)
rc2:~# apt-get remove libconvert-binhex-perl
rc2:~# perl -le 'use MIME::Decoder::BinHex; print MIME::Decoder::BinHex->VERSION'
Can't locate Convert/BinHex.pm in @INC (@INC contains: /etc/perl
/usr/local/lib/perl/5.8.4
/usr/local/share/perl/5.8.4
/usr/lib/perl5
/usr/share/perl5
/usr/lib/perl/5.8
/usr/share/perl/5.8
/usr/local/lib/site_perl .)
at /usr/share/perl5/MIME/Decoder/BinHex.pm line 44.
BEGIN failed--compilation aborted at
/usr/share/perl5/MIME/Decoder/BinHex.pm line 44.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
rc2:~# apt-get install libconvert-binhex-perl
rc2:~# perl -le 'use MIME::Decoder::BinHex; print MIME::Decoder::BinHex->VERSION'
5.415
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/
|