Page 1 of 1

Trouble w install: linking apache to ZM

Posted: Thu Apr 18, 2013 11:21 am
by Pete1606
Hi I began installing ZM in unbuntu server 12.04 and I had no trouble until the step where I have to link apache to ZM.

I get the command not found when I enter the first code in the section that starts w ‘sudo 1n -s’… Is that a number 1 or a letter I ? How do I diagnose this problem?

sudo ln -s /etc/zm/apache.conf /etc/apache2/conf.d/zoneminder.conf

Re: Trouble w install: linking apache to ZM

Posted: Thu Apr 18, 2013 3:00 pm
by PacoLM
Check the paths, maybe is /etc/zoneminder/apache.conf instead of /etc/zm/apache.conf

Hope it helps,

PacoLM

Re: Trouble w install: linking apache to ZM

Posted: Thu Apr 18, 2013 8:14 pm
by slowyaroll
Pete1606 wrote:I get the command not found when I enter the first code in the section that starts w ‘sudo 1n -s’… Is that a number 1 or a letter I ? How do I diagnose this problem?
Hello. I'm running ZM on Ubuntu 12.04 server. I used the package in the repos to install.

To answer your question, that's an "L," lower case. ln -s makes a symbolic link. (ln for link & -s for symbolic).

Hopefully that helps.