Camera Settings for D-link DCS942L

Forum for questions and support relating to the 1.27.x releases only.
mastertheknife
Posts: 678
Joined: Wed Dec 16, 2009 4:32 pm
Location: Israel

Re: Camera Settings for D-link DCS942L

Post 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.
Kfir Itzhak.
rodeored
Posts: 74
Joined: Wed Apr 30, 2014 7:49 pm

Re: Camera Settings for D-link DCS942L

Post 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
rodeored
Posts: 74
Joined: Wed Apr 30, 2014 7:49 pm

Re: Camera Settings for D-link DCS942L

Post 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?
rodeored
Posts: 74
Joined: Wed Apr 30, 2014 7:49 pm

Re: Camera Settings for D-link DCS942L

Post 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
Locked