ERR ['zmfilter.pl ' exited abnormally, exit status 9]

Support and queries relating to all previous versions of ZoneMinder
Locked
dsandoz
Posts: 4
Joined: Thu Feb 21, 2008 9:47 pm

ERR ['zmfilter.pl ' exited abnormally, exit status 9]

Post by dsandoz »

Greetings:

I have installed ZM v1.22.3 on Fedora 8 ( yum install zoneminder ) and following the steps in a previous thread, I have set up one filter for my camera. All works except for sending email.

I have no idea what Perl is ( yet ). From reading a previous thread, I think a module was not installed in zmfilter.pl. I'm probably way off base.

Please take a look at the following and let me how to correct the exit status 9 error. I'll need the steps to install or edit.

From tail -f /var/log/messages

zmdc[8263]: INF [Starting pending process, zmfilter.pl]
zmdc[8263]: INF ['zmfilter.pl' starting at 08/03/27 21:08:22, pid = 8758]
zmdc[8758]: INF ['zmfilter.pl' started at 08/03/27 21:08:22]
xmdc[8263]: ERR ['zmfilter.pl ' exited abnormally, exit status 9]
zmdc[8263]: INF [Starting pending process, zmfilter.pl]
zmdc[8263]: INF ['zmfilter.pl' starting at 08/03/27 21:13:42, pid = 8963]
zmdc[8963]: INF ['zmfilter.pl' started at 08/03/27 21:13:42]
zmdc[8263]: ERR ['zmfilter.pl ' exited abnormally, exit status 9]


./zmfilter.pl

Can't locate MIME/Lite.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8) at ./zmfilter.pl line 81.

Thanks
DanO
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

You are missing a perl module.
Most likely a package called perl-mime-lite so try:
yum install perl-mime-lite

This is usualy the naming convention in fedora/RH but you might have to search, it will be very close if that is not it.
Locked