Can't locate Convert/BinHex.pm in @INC

Alex Neuman van der Hans alex at nkpanama.com
Sun Apr 16 14:21:01 IST 2006


Herman Swensson wrote:
> [root at server root]# locate BinHex.pm
> /usr/lib/perl5/site_perl/5.8.3/MIME/Decoder/BinHex.pm
> /usr/lib/perl5/vendor_perl/5.8.5/Convert/BinHex.pm
> /usr/lib/perl5/vendor_perl/5.8.5/MIME/Decoder/BinHex.pm
>
> How must I resolve this problem.
>
> Regards,
>
> Herman
>
>
>   

A few things:

1. Using "locate" doesn't mean the files are there. Your database could 
be out of date. Check to see if they're *really* there. They probably 
*are*, but you should not rely on "locate" to tell if they're there or not.
2. You may have two versions of perl (or remnants from a former 
installation). Check for that.
3. Try doing a forced install of Convert::BinHex (I don't think I've 
ever seen it get installed without "force install"ing it, it always 
complains for some reason)



More information about the MailScanner mailing list