I recently rebuilt my server to Fedora Core 15, and a freshly installed ZoneMinder won't start. Some outputs:
Code: Select all
[root@server ~]# yum list zoneminder
Loaded plugins: fastestmirror, langpacks, presto, protectbase, refresh-packagekit
Loading mirror speeds from cached hostfile
* fedora: fedora.mirror.netriplex.com
* updates: ftp.linux.ncsu.edu
100 packages excluded due to repository protections
Installed Packages
zoneminder.x86_64 1.24.3-4.20110324svn3310.fc15 @fedora
[root@server ~]#
Code: Select all
[root@server ~]# service zoneminder start
Starting zoneminder (via systemctl): Job failed. See system logs and 'systemctl status' for details.
[FAILED]
[root@server ~]#
Code: Select all
[root@server ~]# zmpkg.pl start
Bareword "PROT_READ" not allowed while "strict subs" in use at /usr/share/perl5/vendor_perl/ZoneMinder/Memory/Mapped.pm line 91.
Bareword "PROT_WRITE" not allowed while "strict subs" in use at /usr/share/perl5/vendor_perl/ZoneMinder/Memory/Mapped.pm line 91.
Bareword "MAP_SHARED" not allowed while "strict subs" in use at /usr/share/perl5/vendor_perl/ZoneMinder/Memory/Mapped.pm line 91.
Compilation failed in require at /usr/share/perl5/vendor_perl/ZoneMinder/Memory.pm line 120.
Compilation failed in require at /usr/share/perl5/vendor_perl/ZoneMinder.pm line 37.
BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/ZoneMinder.pm line 37.
Compilation failed in require at /usr/bin/zmpkg.pl line 46.
BEGIN failed--compilation aborted at /usr/bin/zmpkg.pl line 46.
- I created the zm database and ran "mysql zm < /usr/share/zoneminder/db/zm_create.sql", then granted permissions to the zmuser user.
- Log files appear empty, other than a note that says the same as above in /var/log/messages
- zm.conf seems OK.
Thanks,
B.