Page 2 of 2

Re: Upgraded to Fedora 15, zoneminder won't start

Posted: Fri Jul 08, 2011 2:42 am
by tgutwin
Thanks MarcoP

I corrected the 3 bugzilla items (in the previous post) and everything came to life!
1) changed line 91 in /usr/share/perl5/vendor_perl/ZoneMinder/Memory/Mapped.pm to

Code: Select all

my $mmap_addr = mmap( $mmap, $size, *PROT_READ|*PROT_WRITE, *MAP_SHARED, \*MMAP );
2)

Code: Select all

 ln -s /var/log/zoneminder /var/log/zm
3)

Code: Select all

sudo cp /usr/libexec/zoneminder/cgi-bin/nph-zms /var/www/cgi-bin
then a

Code: Select all

sudo systemctl restart zoneminder.service
:)

BTW
The default F15 did not have perl Mmap installed
Easily fixed with

Code: Select all

sudo yum install perl-Sys-Mmap
tom