Page 1 of 1

Can't locate MIME/Entity.pm in @INC

Posted: Tue Jan 06, 2004 9:08 pm
by tony
I am getting the above error in zmdc.log when trying to start zm. I have run zm previously and it has worked fine but I have had to re-install redhat 9 and I am now getting this error. can anyone give me a few clues as to what to check?
thanks
tony

Re: Can't locate MIME/Entity.pm in @INC

Posted: Tue Jan 06, 2004 9:31 pm
by snakebyte
This location will have the extra rpms you require:
http://dag.wieers.com/packages/

In particular:
http://dag.wieers.com/packages/perl-MIM ... noarch.rpm

You'll probaby also need these:
perl-MailTools
perl-IO-stringy
perl-Archive-Zip
perl-MIME-tools

Btw, there are rpms for all versions of redhat from 7.3 up to Fedora Core 1 here. No need to use CPAN.

Re: Can't locate MIME/Entity.pm in @INC

Posted: Tue Jan 06, 2004 10:29 pm
by tony
thanks, tried installing the rpm and it failed on loads of dependancies, (thats what i really dislike about linux) I'll have another go tommorrow

tony

Re: Can't locate MIME/Entity.pm in @INC

Posted: Tue Jan 06, 2004 11:07 pm
by zoneminder
The really easy way to install perl modules is just using

<i>perl -MCPAN -eshell</i>

as detailed in the README. It will (if you configure it thus) automatically follow and resolve any dependencies and once you've done the initial one-off config installing the module you need would just involve you typing

<i>install MIME::Entity</i>

It's definately worth a try.

Phil,

Re: Can't locate MIME/Entity.pm in @INC

Posted: Wed Jan 07, 2004 7:46 pm
by tony
thanks phil, i dont know if i have messed anything else up but i tried cspan for MIME::Entity and it said it was already installed, i then got a few more perl errors so i installed the missing modules but now i just get the following:

Malformed UTF-8 character (unexpected non-continuation byte 0x74, immediately after start byte 0xe9) at /usr/lib/perl5/vendor_perl/5.8.0/Date/Manip.pm line 6476.

any ideas?

thanks

tony

Re: Can't locate MIME/Entity.pm in @INC

Posted: Wed Jan 07, 2004 8:52 pm
by zoneminder
Hi Tony,

You can find a FAQ on this issue <a href="http://www.zoneminder.com/index.php?id= ... 6">here</a>

Phil,

Re: Can't locate MIME/Entity.pm in @INC

Posted: Wed Jan 07, 2004 9:36 pm
by tony
thanks that tip did it, I thought I had messed it up but it appears to be running now.

tony