Page 1 of 1

No montage link???

Posted: Sat Oct 23, 2004 12:00 pm
by direwolf
Ok, I think I have most things set up and it all seems to be running.

I have added one monitor which is showing up all green but there is no montage link on the page to see the images??

EDIT: Oh and this is showing in the zmdc.log
Starting pending process, zmfilter.pl
'zmfilter.pl' started at 04/10/23 21:59:52
'zmfilter.pl' starting at 04/10/23 21:59:52, pid = 11162
Can't locate MIME/Entity.pm in @INC (@INC contains: /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0) at /usr/local/bin/zmfilter.pl line 87.
BEGIN failed--compilation aborted at /usr/local/bin/zmfilter.pl line 87.
'zmfilter.pl ' crashed at 04/10/23 21:59:53, exit status 2

Posted: Sat Oct 23, 2004 5:50 pm
by zoneminder
You only get a montage link when you have more than one camera, that's by design as you can't really have a montage of one. You can edit the console php file if that's not what you want.

Check the README file (or search the forums) for how to install the MIME::Entiry perl module.

Phil,

Posted: Sun Oct 24, 2004 6:51 am
by direwolf
Ok I installed MIME and its dependancies but I still get the error
Can't locate MIME/Entity.pm in @INC (@INC contains: /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0) at /usr/local/bin/zmfilter.pl line 87.
I checked I MIME is in the 5.8.3 directory where Zomeminder is looking in the 5.8.0 directory. How can I fix this?
/usr/lib/perl5/site_perl/5.8.3/MIME/Entity.pm
Also is it possible to stop this message from apprearing in my messages log as it filled up to 100Meg in size while I was testing for a few minutes
Oct 24 16:23:14 router zms[9117]: INF [Debug Level = 0, Debug Log = ]
Oct 24 16:23:14 router zms[9118]: INF [Debug Level = 0, Debug Log = ]
Oct 24 16:23:24 router zms[9132]: INF [Debug Level = 0, Debug Log = ]
Oct 24 16:23:24 router zms[9131]: INF [Debug Level = 0, Debug Log = ]

Posted: Sun Oct 24, 2004 9:32 am
by zoneminder
It looks to me like you have two versions of perl installed. The script is looking in a 5.8.0 tree and you have installed it into a 5.8.3 tree.

To get rid of the zms debug you can edit zms.cpp and add the line

Code: Select all

zm_dbg_level = -1;
just after the zm_dbg_name assignment. Then rebuild and reinstall etc.

Phil,