Page 1 of 1

error

Posted: Tue Nov 15, 2011 8:25 pm
by mael
i have this error in log
2011-11-15 21:24:21.962690 zmwatch 10259 ERR Shared data size conflict in shared_data for monitor PMU, expected 328, got 316 zmwatch.pl

maƫl

Re: error

Posted: Tue Nov 15, 2011 8:54 pm
by PacoLM
Hi,

To fix this error, edit the file /usr/local/share/perl/5.12.4/ZoneMinder/Memory.pm (or search it for another location), then replace

Code: Select all

$arch = int(3.2*length(~0)); 
with

Code: Select all

$arch = 32;
Hope it helps,
PacoLM

Re: error

Posted: Thu Nov 17, 2011 4:28 pm
by mael
ok thank you