Search found 3 matches

by wwwutz
Wed Apr 06, 2011 3:35 pm
Forum: ZoneMinder 1.24.x
Topic: Release 1.24.3 preview
Replies: 93
Views: 121162

Release 1.24.3 preview: ZM_V4L2 undefined in monitorprobe.ph

Hi, I get the following error when 'Probe'ing a Monitor: Notice: Use of undefined constant ZM_V4L2 - assumed 'ZM_V4L2' in /amd/palle/1/project/zm/2011-03/zm/html/skins/classic/views/monitorprobe.php on line 30 Unable to probe network cameras, status is '127' $ find . -type f | xargs grep ZM_V4L2 onl...
by wwwutz
Thu Mar 24, 2011 9:27 am
Forum: ZoneMinder 1.24.x
Topic: Release 1.24.3 preview
Replies: 93
Views: 121162

v1.24.3 preview --with-mysql configure issue

Ok, next one: I built an encapsulated mysql in /tmp/mysql using tar zxf mysql-5.1.56.tar.gz cd mysql-5.1.56 ./configure --prefix=/tmp/mysql make && make install which is fine (for me). to build zm I use: tar zxf ZoneMinder-1.24.3.tar.gz cd ZoneMinder-1.24.3 ./configure --prefix=/tmp/zm \ --w...
by wwwutz
Thu Mar 24, 2011 8:49 am
Forum: ZoneMinder 1.24.x
Topic: Release 1.24.3 preview
Replies: 93
Views: 121162

Re: 1.24.3 fixes the UINT64_C issues with libavutil

Hi, I also had this issue with UINT64_C and traced it down. I built zm=1.24.3 with ffmpeg-0.6.1 using a lot of --with-blah and --prefix bla for encapsulating the whole package into one tree. There are several stages. First 'configure' internally fails due to its braindead technique to 'find' .h-head...