Page 1 of 1

zmShmVerify Undefined

Posted: Fri May 01, 2009 8:13 am
by acrohymn
Can someone tell me if zmShmVerify still exists in this version, I get the following error Undefined subroutine &main::zmShmVerify

Thanks[/quote]

Posted: Wed Jul 22, 2009 12:27 pm
by kylejohnson
With v1.24 and the added support of mapped memory, the 'zmShmVerify' method has been replaced by 'zmMemVerify' - a more vague name for the same method. Check `perldoc ZoneMinder::Memory`

(Old post but I was having the same issue and thought I'd answer for future generations)

Posted: Fri Jul 24, 2009 5:24 pm
by zoneminder
zmMemVerify is called that now as if you are using shared memory it verifies that, if you are using mapped memory it verifies that instead! So it is now memory method agnostic.