Zoneminder install v,1.24.3 on Fedora 15- ZM will not start
Posted: Sat Jun 25, 2011 10:33 pm
I am doing a fresh install of ZM on Fedora 15 using RPMs. After installing all of the components, the only thing that shows up on the web browser is the Apache OOPS screen. I have yet to find a definitive set of instructions for installing on Fedora 15, can anyone offer any help? I get two errors in /var/log/httpd/error_log; file does not exist: ?var/www/html/favicon.ico, Directive index forbidden by Options directive: /var/www/html/.
Does the ./Configure command have to be run after installing RPM's?
This is basically what I've done so far:
#yum install mysql-server mysql-devel ffmpeg ffmpeg-devel netpbm-progs httpd pcre-devel
#nano /etc/selinux/config
-change to SELINUX=disabled
#yum install bind bind-chroot system-config-bind xinetd
#yum install zoneminder
#nano /etc/httpd/conf.d/zoneminder.conf
-delete line that reads 'delete this line'
#/etc/init.d/httpd reload
#/etc/init.d/httpd restart
#cp /etc/php.ini /etc/php.ini.orig
#nano /etc/php.ini
-edit second inst, of short_open_tag= from off to on
~~~~~~~~~~~~~~
Does the ./Configure command have to be run after installing RPM's?
This is basically what I've done so far:
#yum install mysql-server mysql-devel ffmpeg ffmpeg-devel netpbm-progs httpd pcre-devel
#nano /etc/selinux/config
-change to SELINUX=disabled
#yum install bind bind-chroot system-config-bind xinetd
#yum install zoneminder
#nano /etc/httpd/conf.d/zoneminder.conf
-delete line that reads 'delete this line'
#/etc/init.d/httpd reload
#/etc/init.d/httpd restart
#cp /etc/php.ini /etc/php.ini.orig
#nano /etc/php.ini
-edit second inst, of short_open_tag= from off to on
~~~~~~~~~~~~~~