[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#224258: amavisd-new: Fails to install due to a missing module



On Sun, Dec 21, 2003 at 07:35:00PM +1100, Craig Small wrote:
>perl -e 'use MIME::Decoder::Base64;'
>MIME::Base64 version 2.04 required--this is only version 1.08 at
>/usr/share/perl5/MIME/Decoder/Base64.pm line 55.
>BEGIN failed--compilation aborted at
>/usr/share/perl5/MIME/Decoder/Base64.pm line 55.
>Compilation failed in require at -e line 1.
>BEGIN failed--compilation aborted at -e line 1.
>
>.. that wouldn't help much.
>
> dpkg -S Base64.pm
> libmime-perl: /usr/share/perl5/MIME/Decoder/Base64.pm
> libmime-perl: /usr/share/doc/libmime-perl/html/Decoder/Base64.pm.html
> perl: /usr/lib/perl/5.8.2/MIME/Base64.pm
>
>Is this a bug in perl or the mime decoder then?

    $ perl -mMIME::Base64=2.04 -le 'print "OK: $INC{q!MIME/Base64.pm!}"'
    OK: /usr/lib/perl/5.8.2/MIME/Base64.pm

Looks fine to me.  Is there another version of MIME::Base64 about on
your system?  In /usr/local perhaps?

--bod



Reply to: