Hey guys,
Last week I launched an updated version of my ZoneMinder Virtual Appliance. The new version us using Ubuntu 10.04 and ZoneMinder 1.24.2. In order to produce this VA, I obviously had to get ZoneMinder running myself. It's pretty straight forward, but there were a few things that took me some time to get around.
Since I understand that there are people out there that want to run ZoneMinder directly on the hardware, I put together a step-by-step guide on how to get ZoneMinder 1.24.2 running on Ubuntu 10.04.
Howto install ZoneMinder 1.24.2 on Ubuntu 10.04 LTS
-
- Posts: 9
- Joined: Tue Mar 24, 2009 6:11 am
if I install ffmpeg through apt-get I get this during ./configure...
and if I compile ffmpeg from source I get this error:
http://www.zoneminder.com/forums/viewtopic.php?t=15901
Code: Select all
checking for x264_predict_16x16_init in -lx264... no
checking for av_malloc in -lavutil... no
configure: WARNING: libavutil.a may be required for MPEG streaming
checking for avcodec_init in -lavcodec... no
configure: WARNING: libavcodec.a is required for MPEG streaming
checking for av_new_stream in -lavformat... no
configure: WARNING: libavformat.a is required for MPEG streaming
checking for avdevice_register_all in -lavdevice... no
configure: WARNING: libavdevice.a may be required for MPEG streaming
checking for sws_scale in -lswscale... no
...
checking libavutil/avutil.h usability... no
checking libavutil/avutil.h presence... no
checking for libavutil/avutil.h... no
checking ffmpeg/avutil.h usability... no
checking ffmpeg/avutil.h presence... no
checking for ffmpeg/avutil.h... no
checking libavcodec/avcodec.h usability... no
checking libavcodec/avcodec.h presence... no
checking for libavcodec/avcodec.h... no
checking ffmpeg/avcodec.h usability... no
checking ffmpeg/avcodec.h presence... no
checking for ffmpeg/avcodec.h... no
checking libavformat/avformat.h usability... no
checking libavformat/avformat.h presence... no
checking for libavformat/avformat.h... no
checking ffmpeg/avformat.h usability... no
checking ffmpeg/avformat.h presence... no
checking for ffmpeg/avformat.h... no
checking libswscale/swscale.h usability... no
checking libswscale/swscale.h presence... no
checking for libswscale/swscale.h... no
checking ffmpeg/swscale.h usability... no
checking ffmpeg/swscale.h presence... no
checking for ffmpeg/swscale.h... no
http://www.zoneminder.com/forums/viewtopic.php?t=15901
-
- Posts: 9
- Joined: Tue Mar 24, 2009 6:11 am
Re:
Hi. I have the same problem. I am trying to follow the directions given here. Can you please tell me what you mean by "make clean" before running the configure script? Thanks.vpetersson wrote:Jan,
Have you installing ffmpeg-dev? I don't think I needed to install it (as it's not in the installation notes), but perhaps it helps. Also, try 'make clean' before running the './configure' script.