zmShmVerify Undefined

Forum for questions and support relating to the 1.24.x releases only.
Locked
acrohymn
Posts: 3
Joined: Tue Apr 28, 2009 8:20 am

zmShmVerify Undefined

Post by acrohymn »

Can someone tell me if zmShmVerify still exists in this version, I get the following error Undefined subroutine &main::zmShmVerify

Thanks[/quote]
kylejohnson
Posts: 260
Joined: Tue Aug 21, 2007 1:42 pm
Location: Baltimore, MD

Post 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)
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post 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.
Phil
Locked