make all-recursive
make[1]: Entering directory `/tmp/zm-1.21.0'
Making all in src
make[2]: Entering directory `/tmp/zm-1.21.0/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/include -g -O2 -MT zm_event.o -MD -MP -MF ".deps/zm_event.Tpo" -c -o zm_event.o zm_event.cpp; \
then mv -f ".deps/zm_event.Tpo" ".deps/zm_event.Po"; else rm -f ".deps/zm_event.Tpo"; exit 1; fi
In file included from zm_event.cpp:29:
zm_mpeg.h:27:29: ffmpeg/avformat.h: No such file or directory
In file included from zm_event.cpp:29:
zm_mpeg.h:37: use of enum `PixelFormat' without previous declaration
zm_mpeg.h:37: field `pf' has incomplete type
zm_mpeg.h:38: syntax error before `*' token
zm_mpeg.h:39: syntax error before `*' token
zm_mpeg.h:40: syntax error before `*' token
zm_mpeg.h:41: syntax error before `*' token
zm_mpeg.h:42: syntax error before `*' token
zm_mpeg.h:43: syntax error before `*' token
zm_mpeg.h:58: `uint8_t' was not declared in this scope
zm_mpeg.h:58: `buffer' was not declared in this scope
zm_mpeg.h:58: parse error before `,' token
make[2]: *** [zm_event.o] Error 1
make[2]: Leaving directory `/tmp/zm-1.21.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/zm-1.21.0'
make: *** [all] Error 2
Loading config from 'zmconfig.txt'
Loading config from DB
DBI connect('database=zm;host=hudson.mydomain.net','cctvusr',...) failed: Acces
s denied for user: 'cctvusr@hudson.mydomain.net' (Using password: YES) at ./zmc
onfig.pl line 1619
Error: unable to load options from database: Access denied for user: 'cctvusr@hu
dson.mydomain.net' (Using password: YES)
Saving config to 'zmconfig.txt'
Saving config to DB
DBI connect('database=zm;host=hudson.mydomain.net','cctvusr',...) failed: Acces
s denied for user: 'cctvusr@hudson.mydomain.net' (Using password: YES) at ./zmc
onfig.pl line 1523
Error: unable to save options to database: Access denied for user: 'cctvusr@huds
on.mydomain.net' (Using password: YES)
The user seems to not be connecting to the SQL, but i have given it all permisions!
Any idea?
Thanks
---------
I have fixed this problem, turned out that i had to set the localhost in the config.pl!
Your first post here is the important part of the error. ffmpeg/avformat.h: No such file or directory
Check how you have your configure for --with-ffmpeg=
should be something like /usr or /usr/local depending on who build the package.
Ok, i have managed to get it installed, it turned out that since i was using an RPM of ffmpeg it was not installing everything so i got the source version and that is fine!
Next Problem:
I am in the console, i go to view a monitor but all i get is a broken picture link?
Yeah to build from source you needed the develepment package for ffmpeg (ffmpeg-devel)
Broken image could be many things without more info hard to say.
Check your error logs.
What browser?
If your using firefox and nothing stands out in any of the logs try this:
Try a search in the forum for "browser cache" or "checkdocfrequency"
or http://www.zoneminder.com/forums/viewto ... wser+cache
Also in options under tools tab checking random-string may help.
Regards,
Cordel
download page here or I could post one one my server if you want something a little newer.
Also dirrectly from charliemouse.com
There are details in the readme about this.
You DO NOT need to build any thing
The cambozola.jar file needs to go to your webs root dir (same place as the php files).
and go to options and under the tools tab check the box to enable the use of the file.
Details are in the zm readme document