Zoneminder 1.24.2 - CentOS5.5 - Cannot Access via web gui

Forum for questions and support relating to the 1.24.x releases only.
Locked
Table Top
Posts: 3
Joined: Thu May 05, 2011 8:48 pm

Zoneminder 1.24.2 - CentOS5.5 - Cannot Access via web gui

Post by Table Top »

Hello,

I am running ZoneMinder 1.24.2 on CentOS5.5 (64 bit).

I finished installing Zoneminder with these instructions:

http://www.zoneminder.com/wiki/index.php/CentOS

And some other misc. stuff I found on the forums and online. Everything went off without a hitch up until:

Code: Select all

cp cambozola.jar /var/www/html/zm/
I tried running this command and I get:

Code: Select all

cp: accessing '/var/www/html/zm/': Not a directory
Also when I try

Code: Select all

chown apache:apache /var/www/html/zm/cambozola.jar
I get this in response:

Code: Select all

chown: cannot access '/var/www/html/zm/cambozola.jar': Not a directory
So then when I go to my h**p://myip/zm I get this:
You have chosen to open

zm

which is a: application.octet-stream
from: h**p://ipaddress

What should Firefox do with this file?
The **s are ts because it would not let me post the correct way because I am a spam bot or something.

So it seems everything is installed except the cambozola web interface, but I can't get it to install correctly. Help? :(
myusernameisunique
Posts: 23
Joined: Wed Feb 17, 2010 12:23 am

Re: Zoneminder 1.24.2 - CentOS5.5 - Cannot Access via web gu

Post by myusernameisunique »

Try this? http://www.charliemouse.com/code/cambozola/

Not sure it will work, just a suggestion:

cd /tmp
wget http://www.charliemouse.com/code/camboz ... est.tar.gz
tar xvfz cambozola-latest.tar.gz
cp cambozola-0.92/dist/* /var/www/html/zm/

Before copying, you might need to delete /var/www/html/zm file first: rm /var/www/html/zm

And to create the direcotry instead: mkdir /var/www/html/zm
Locked