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

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


Herman Swensson wrote:
> 1 root at server local]# find / -name BinHex.pm
>   
Good! :D
> /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
>
>   
> 2 how do I check if there are two versions of perl
>   
Try using the find command like you just did, but search for all 
non-symbolic-link executables named perl, for example.
> 3 How do I a forced install of Convert::Binhex
>   
# perl -MCPAN -e shell
 > force install Convert::BinHex


> Herman
>
>
> -----Oorspronkelijk bericht-----
> Van: mailscanner-bounces at lists.mailscanner.info
> [mailto:mailscanner-bounces at lists.mailscanner.info] Namens Alex Neuman van
> der Hans
> Verzonden: zondag 16 april 2006 15:21
> Aan: MailScanner discussion
> Onderwerp: Re: Can't locate Convert/BinHex.pm in @INC
>
>
> 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