cambozola on slackware 9.1

Support and queries relating to all previous versions of ZoneMinder
Locked
jackal207
Posts: 9
Joined: Mon Apr 12, 2004 5:07 pm

cambozola on slackware 9.1

Post by jackal207 »

Hi, i don't know how can I install cambozola in my slackware 9.1.
I download cambozola 2.2 and put in /var/www/htdocs, but he still not work...java console in IE don't recognize him.I'm missing anything ?

Thanks
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

Hi,

Have you made sure that the Cambozola related configuration in the ZM 'Options' dialog is set up correctly?

Phil,
jackal207
Posts: 9
Joined: Mon Apr 12, 2004 5:07 pm

cambozola on slackware 9.1

Post by jackal207 »

I have ZM_PATH_CAMBOZOLA t -> cambozola.jar
I have checked ZM_OPT_CAMBOZOLA
Is something else ?

How can I install cambozola, step by step ? I only put the file 'cambozola.jar' in the /var/www/htdocs.
jackal207
Posts: 9
Joined: Mon Apr 12, 2004 5:07 pm

cambozola on slackware 9.1

Post by jackal207 »

I have ZM_PATH_CAMBOZOLA t -> cambozola.jar
I have checked ZM_OPT_CAMBOZOLA
Is something else ?

How can I install cambozola, step by step ? I only put the file 'cambozola.jar' in the /var/www/htdocs.
User avatar
fernando
Posts: 240
Joined: Thu Jul 10, 2003 6:00 pm

Post by fernando »

/var/www/htdocs is where you zm files are? you shure?
you dont have a /var/www/html

you have to put cambozola with the zm html files.
then activate in config-tools-
Fernando
jackal207
Posts: 9
Joined: Mon Apr 12, 2004 5:07 pm

cambozola on slackware

Post by jackal207 »

Hi, Fernando

My apache2 server on slackware 9.1 don´t have /var/www/html.I install livecd and everthing works fine...I just can´t put cambozola to work on slackware...any clues ?
wizdude
Posts: 3
Joined: Mon Jun 07, 2004 8:07 pm

Post by wizdude »

your version number of cambozola is strange. you claim to be using 2.2, but i have downloaded version 0.34?

i have successfully compiled and run cambozola under slackware 9.1. the most important thing to understand is that if you built cambozola with the default java environment runnning on slackware, you will need the latest sun j2re for your browser. ie: the msjava in internet explorer won't work. there is a note about this on a the cambozola website.

i had issues until i downloaded the latest j2re from sun and then everything started working fine for me.

another option you can try for the video (if you are using Internet Explorer running under Windows) is the MPEG streaming. this works fairly well also, but it's not as fast to start up as cambozola.

from the ZM console, go options -> video and select "MPEG" as the video stream.

hope this helps!

cheers, wizdude
healy
Posts: 5
Joined: Mon Jun 14, 2004 5:50 pm

cambozola on slackware

Post by healy »

Wizdude,
I was trying to compile cambozola-0.34 on RH 9 +Jrelatest+ant-1.61 when i got build error concerning property.application file, tried the same on windoze+ant+jdk1.2.2 same error (although it build cambozola.jar +cambozola-server.jar, neither of which i trust since they are less then half the size of cambozola-0.22.jar available on the zonemindersite) when trying to build again on windoze there was no output in the dist folder at all, do you have a workaround for the property file issue (I mailed andy (charlie mouse) but no answer and (probably not related, his site out today aswell) build error replicated below.

root@hakzo 8) cambozola-0.34]# ant
Buildfile: build.xml
[property] Unable to find resource application.properties

init:

BUILD FAILED
file:/root/cambozola-0.34/build.xml:29: Could not create task or type of type: propertyfile.

from the author: the lines should read:
< property file="application.properties"/>

and

<property file="build.number"/>

hope this helps
peter kh
Last edited by healy on Mon Jun 21, 2004 8:03 pm, edited 1 time in total.
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

Ordinarily there should be no need to build Cambozola yourself, is there a reason you are trying to do so?

Phil,
Locked