Upgraded to Fedora 15, zoneminder won't start

Forum for questions and support relating to the 1.24.x releases only.
User avatar
tgutwin
Posts: 24
Joined: Thu Jan 12, 2006 4:02 am
Location: North Vancouver, Canada

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

Post 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
------------------------------------------------------------
Don't Let Software Push You Around... Push Back
------------------------------------------------------------
Locked