I am running Zoneminder using the Bananian Wheezy image since 2 years now.
As Wheezy is totally end of life, I wanted to change to Jessie.
Installing the base system was no issue, but installing Zoneminder is freaking me out.
#1 Install by repository
Based on https://wiki.zoneminder.com/Debian_8_64 ... e_Easy_Way
Code: Select all
echo "deb http://ftp.debian.org/debian jessie-backports main contrib non-free" >> /etc/apt/sources.list
apt-get update && apt-get upgrade
apt-cache policy zoneminder
######################################
zoneminder:
Installed: (none)
Candidate: 1.29.0+dfsg-1~bpo8+1
Version table:
1.29.0+dfsg-1~bpo8+1 0
100 http://ftp.debian.org/debian/ jessie-backports/main armhf Packages
#####################################
apt-get install zoneminder
Code: Select all
The following packages have unmet dependencies:
policykit-1 : Depends: libpam-systemd but it is not installable
E: Unable to correct problems, you have held broken packages.
#2 the hard way
Based on: https://zoneminder.readthedocs.io/en/la ... rom-source
This ends up here:
Code: Select all
Reading state information... Done
Note, selecting 'apache2-dev' instead of 'dh-apache2'
Note, selecting 'libgcrypt20-dev' instead of 'libgcrypt-dev'
Note, selecting 'libgnutls28-dev' instead of 'libgnutls-openssl-dev'
Package dh-systemd is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
debhelper
E: Package 'dh-systemd' has no installation candidate
E: Unable to locate package libmariadbclient-dev-compat
thanks