First attempt was from apt-get install zoneminder which gives:
Code: Select all
The following packages have unmet dependencies:
ffmpeg: Depends: libavcodec51 (>= 0.svn20080206-8) but it is not installable or
libavcodec-unstripped-51 (>= 0.svn20080206-8) but it is not installable
Depends: libavdevice52 (>= 0.svn20080206-8) but it is not installable or
libavdevice-unstripped-52 (>= 0.svn20080206-8) but it is not installable
Depends: libavformat52 (>= 0.svn20080206-8) but it is not installable or
libavformat-unstripped-52 (>= 0.svn20080206-8) but it is not installable
Depends: libswscale0 (>= 0.svn20080206-8) but it is not installable or
libswscale-unstripped-0 (>= 0.svn20080206-8) but it is not installable
libschroedinger-dev: Depends: libschroedinger-1.0-0 (= 1.0.5-1) but 1.0.1-2 is to be installed
http://www.zoneminder.com/wiki/index.ph ... ola-0.7%29
Only to be met with this issue on the make:
Code: Select all
/root/zm/src/zm_mpeg.cpp:362: undefined reference to `av_init_packet'
/root/zm/src/zm_mpeg.cpp:341: undefined reference to `av_init_packet'
http://www.zoneminder.com/forums/viewto ... initpacket
Compiling FFmepg did not resolve the depent issues which I thought was unusual. For the life of me I have not been able to resolve this, even manually downloading the .deb packages has not worked.
My box is running MythTV (greatest) and uses FFmepg already and after all the hacking I have dont it is far from a clean install.
Any ideas? I have been working on this days now and really want ZoneMinder to work.