LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Zoneminder in slackware 12.0 (https://www.linuxquestions.org/questions/slackware-14/zoneminder-in-slackware-12-0-a-809221/)

puneeth bhat 05-21-2010 12:57 AM

Zoneminder in slackware 12.0
 
Hi

Can i install zoneminder in slackware 12.0......if possible which version of zoneminder and please help me the link which helps me the steps to install.Thank u everyone in advance.

zuzoa 05-21-2010 08:08 AM

You'll probably find this page useful.

pixellany 05-31-2010 09:08 AM

Moved to Slackware

mryuck 05-31-2010 03:49 PM

Im not sure about 12.0 but it works great in 13 and also worked in 12.2.
13.1 forced me to use the 13.0 perl and mysql packages.

http://www.zoneminder.com/wiki/index.php/Slackware_12.2

Follow the instructions here. You may need to upgrade to 12.2 and you will need to run mysql and apache. It is not too hard to set up but it takes a little time. Also make sure your camera works with linux first.

I installed a slack server running zoneminder in my boss's office after logs showed his computer booting up while he was not there. The cam he bought zooms and pans from his home via the browser interface.
At home I have used it with a webcam but in low light situations my webcam is useless.

puneeth bhat 06-01-2010 01:50 AM

Zoneminder on slack 12.2
 
Edit /etc/httpd/httpd.conf and fix up apache by setting a hostname, enabling php and adding a virtual host.

I have referred the link u have provided.
Is this step necessary adding virtual host,and fix up apache by setting a hostname.

mryuck 06-01-2010 04:47 PM

You need a webserver running.
In both cases in which I set up zoneminder I have used virtual hosts.
The config file for virtual hosts (in my version) is /etc/httpd/extra/httpd-vhosts.conf.

If you have php installed:
Enabling PHP is as easy as uncommenting a line in httpd.conf

You should make sure you can get a web server running before working on zoneminder.
http://httpd.apache.org/docs

I don't know of any reason you couldn't just use the main server for hosting zoneminder and not use a virtual host.

Do make sure to add index.php to the DirectoryIndex line in httpd.conf

Also make sure to do
Code:

apachectl restart
to restart apache after making any changes.

If you don't have a static ip and domain name, you can use dyndns or noip so you can connect to your server without having to enter your ip address.


All times are GMT -5. The time now is 06:33 PM.