Page 4 of 4

Re: Camera Settings for D-link DCS942L

Posted: Wed May 14, 2014 9:59 am
by mastertheknife
rodeored wrote:Now when I cmake it says
could not find perl modules missing: PERLMODULES_EXTUTILS_MAKEMAKER_MODULE:
How do I fix that?
Hi,

You are missing the ExtUtils::MakeMaker perl module, which is required for compiling zm's perl modules. You can try installing it using your package manager (e.g. apt-get or yum) or using CPAN.

Re: Camera Settings for D-link DCS942L

Posted: Wed May 14, 2014 3:24 pm
by rodeored
I was able to install mod_perl
yum install mod_perl
(on Fedora 20)

I was then able to cmake and install ZoneMinder
Following the steps ink the INSTALL file,
I set up and populated the database, but this part has me stumped
Create an apache virtual host for ZoneMinder. Make sure to use the same paths as ZM_WEBDIR and ZM_CGIDIR in /etc/zm.conf
Are there any other instructions for this?
There is no ZM_WEBDIR and ZM_CGIDIR in /etc/zm.conf
but it does have ZM_PATH_WEB and ZM_PATH_CGI

Re: Camera Settings for D-link DCS942L

Posted: Wed May 14, 2014 4:43 pm
by rodeored
I can access
http://localhost/
Doesn't that mean I already have virtual server?

However there's nothing at
http://localhost/zm

What creates the actual zoneminder web page?

Re: Camera Settings for D-link DCS942L

Posted: Thu May 15, 2014 2:09 pm
by rodeored
rodeored wrote:I know how to use putty but its not working. It just says host does not exist.
It turns out I had to start ssh on the linux box.
>/sbin/service sshd start