I am following the, easy way install. When I run sudo a2enconf zoneminder, I get ERROR: Conf zoneminder does not exist!
Installed on Ubuntu 14.04. Any suggestions?
ERROR: Conf zoneminder does not exist!
Re: ERROR: Conf zoneminder does not exist!
That command is not in the Easy Way setup for 1.28.1
https://wiki.zoneminder.com/Ubuntu_Serv ... e_easy_way
It is in the upgrade instruction to get to the latest development version:
https://wiki.zoneminder.com/Common_Issu ... PA_version
https://wiki.zoneminder.com/Ubuntu_Serv ... e_easy_way
It is in the upgrade instruction to get to the latest development version:
https://wiki.zoneminder.com/Common_Issu ... PA_version
Re: ERROR: Conf zoneminder does not exist!
http://zoneminder.readthedocs.org/en/la ... buntu-14-x
Step 3: Set up Apache
sudo a2enconf zoneminder
sudo a2enmod rewrite
sudo a2enmod cgi
Step 3: Set up Apache
sudo a2enconf zoneminder
sudo a2enmod rewrite
sudo a2enmod cgi
Re: ERROR: Conf zoneminder does not exist!
Use the WIKI instructions. They are, admittedly, more up to date than the docs.
bb
bb
Re: ERROR: Conf zoneminder does not exist!
I just reviewed these instructions and they are not right for Ubuntu 14.04 and ZM 1.28.1, at least the version that is on the PPA now. For a bit of history, the package maintainer had some issues with versions going to the wrong place on the PPA a while back. One of the versions did require those commands but the "original" of 1.28.1 was uploaded after the "wrong" versions had been removed. I know those commands are not right as 1.28.1 does not have the API and therefore does not need rewrite enabled in Apache.tservice wrote:http://zoneminder.readthedocs.org/en/la ... buntu-14-x
Step 3: Set up Apache
sudo a2enconf zoneminder
sudo a2enmod rewrite
sudo a2enmod cgi
Re: ERROR: Conf zoneminder does not exist!
Thanks guys, after following WIKI instructions. I was able to get ZM up and running. 
