ZoneMinder / zoneminder

ZoneMinder is a free, open source Closed-circuit television software application developed for Linux which supports IP, USB and Analog cameras.
http://www.zoneminder.com/
GNU General Public License v2.0
5.03k stars 1.21k forks source link

Docker Container Broken #498

Closed Naatan closed 9 years ago

Naatan commented 10 years ago

Following the instructions you get:

The following packages have unmet dependencies:
 apache2 : Depends: apache2.2-common (= 2.2.22-1ubuntu1) but it is not going to be installed
 apache2-mpm-prefork : Depends: apache2.2-common (= 2.2.22-1ubuntu1) but it is not going to be installed
 autoconf : Depends: perl (> 5.005) but it is not going to be installed
 build-essential : Depends: libc6-dev but it is not going to be installed or
                            libc-dev
                   Depends: g++ (>= 4:4.4.3) but it is not going to be installed
                   Depends: dpkg-dev (>= 1.13.5) but it is not going to be installed
 git : Depends: perl-modules but it is not going to be installed
       Depends: liberror-perl but it is not going to be installed
 libapache2-mod-php5 : Depends: apache2.2-common but it is not going to be installed
 libarchive-zip-perl : Depends: perl but it is not going to be installed
                       Depends: perl (>= 5.10.1) but it is not going to be installed or
                                libcompress-raw-zlib-perl (>= 2.017)
 libbz2-dev : Depends: libc6-dev but it is not going to be installed or
                       libc-dev
 libcurl4-openssl-dev : Depends: libc6-dev but it is not going to be installed or
                                 libc-dev
                        Depends: libkrb5-dev but it is not going to be installed
                        Depends: librtmp-dev but it is not going to be installed
                        Depends: zlib1g-dev but it is not going to be installed
 libdate-manip-perl : Depends: perl but it is not going to be installed
                      Depends: libyaml-syck-perl but it is not going to be installed
 libdbd-mysql-perl : Depends: perl (>= 5.14.2-5) but it is not going to be installed
 libdbi-perl : Depends: perl (>= 5.14.2-3build1) but it is not going to be installed
               Depends: libplrpc-perl but it is not going to be installed
 libdevice-serialport-perl : Depends: perl (>= 5.14.2-3build1) but it is not going to be installed
 libjpeg-turbo8-dev : Depends: libc-dev
 libmime-perl : Depends: libmime-tools-perl but it is not going to be installed
 libmysqlclient-dev : Depends: zlib1g-dev but it is not going to be installed
 libpcre3-dev : Depends: libc6-dev but it is not going to be installed
 libssl-dev : Depends: libssl1.0.0 (= 1.0.1-4ubuntu3) but 1.0.1-4ubuntu5.16 is to be installed
              Depends: zlib1g-dev but it is not going to be installed
              Recommends: libssl-doc but it is not going to be installed
 libsys-mmap-perl : Depends: perl (>= 5.14.2-3build1) but it is not going to be installed
 libwww-perl : Depends: perl but it is not going to be installed
               Depends: libencode-locale-perl but it is not going to be installed
               Depends: libfile-listing-perl but it is not going to be installed
               Depends: libhtml-parser-perl but it is not going to be installed
               Depends: libhtml-tagset-perl but it is not going to be installed
               Depends: libhtml-tree-perl but it is not going to be installed
               Depends: libhttp-cookies-perl but it is not going to be installed
               Depends: libhttp-date-perl but it is not going to be installed
               Depends: libhttp-message-perl but it is not going to be installed
               Depends: libhttp-negotiate-perl but it is not going to be installed
               Depends: liblwp-mediatypes-perl but it is not going to be installed
               Depends: liblwp-protocol-https-perl but it is not going to be installed
               Depends: libnet-http-perl but it is not going to be installed
               Depends: liburi-perl but it is not going to be installed
               Depends: libwww-robotrules-perl but it is not going to be installed
               Recommends: libhtml-form-perl but it is not going to be installed
               Recommends: libhtml-format-perl but it is not going to be installed
               Recommends: libhttp-daemon-perl but it is not going to be installed
               Recommends: libmailtools-perl but it is not going to be installed
 mysql-client : Depends: mysql-client-5.5 but it is not going to be installed
 mysql-server : Depends: mysql-server-5.5 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
2014/08/06 22:30:33 The command [/bin/sh -c apt-get install -y build-essential libmysqlclient-dev libssl-dev libbz2-dev libpcre3-dev libdbi-perl libarchive-zip-perl libdate-manip-perl libdevice-serialport-perl libmime-perl libpcre3 libwww-perl libdbd-mysql-perl libsys-mmap-perl yasm automake autoconf libjpeg-turbo8-dev libjpeg-turbo8 libtheora-dev libvorbis-dev libvpx-dev libx264-dev libmp4v2-dev ffmpeg git wget mysql-client apache2 php5 php5-mysql apache2-mpm-prefork libapache2-mod-php5 php5-cli openssh-server mysql-server libvlc-dev libvlc5 libvlccore-dev libvlccore5 vlc-data vlc libcurl4-openssl-dev] returned a non-zero code: 100
FAIL: 1
SteveGilvarry commented 9 years ago

Was that these instructions? https://github.com/ZoneMinder/ZoneMinder/wiki/Docker. Or was it the readme.md in the utils/docker folder. There is a pull request #392 so you might want to try grabbing those changes.

SteveGilvarry commented 9 years ago

Submitted a new pull request to resolve this error

knight-of-ni commented 9 years ago

Pull request was merged so try it now

SteveGilvarry commented 9 years ago

Working for me now.