Re: Upgraded to Fedora 15, zoneminder won't start
Posted: Fri Jul 08, 2011 2:42 am
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
2)
3)
then a
BTW
The default F15 did not have perl Mmap installed
Easily fixed with
tom
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 );
Code: Select all
ln -s /var/log/zoneminder /var/log/zm
Code: Select all
sudo cp /usr/libexec/zoneminder/cgi-bin/nph-zms /var/www/cgi-bin
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