Install 1.27 unmet dependencies

Forum for questions and support relating to the 1.27.x releases only.
Locked
Thodkin
Posts: 4
Joined: Thu Jun 05, 2014 9:40 am

Install 1.27 unmet dependencies

Post by Thodkin »

Hi All,

Im trying to install / upgrade to 1.27 on a Ubuntu 12.04 server.
This is just my home install for 2 camera's.
I have been running 1.24 for a while and like it very much. I do have a problem with the live view not working on 1.24 which may be related.

When trying to run the install either through APT or directly using the dpg i get dependency errors. It looks like i have later versions than the ones that are requested by Zoneminder.

Has anyone else having this issue or know of a work around?

dpkg-checkbuilddeps:
dpkg-checkbuilddeps: Unmet build dependencies: libgnutls-dev

Apt-get install zoneminder:
The following packages have unmet dependencies.
zoneminder : Depends: libcurl4-gnutls-dev but it is not going to be installed or
libcurl4-nss-dev but it is not going to be installed or
libcurl4-openssl-dev but it is not going to be installed
linuxsense
Posts: 374
Joined: Wed Nov 07, 2007 1:59 am
Location: Huntington Beach, California
Contact:

Re: Install 1.27 unmet dependencies

Post by linuxsense »

Did you run 'sudo apt-get -f install' after you tried to install the new zm package?
Thodkin
Posts: 4
Joined: Thu Jun 05, 2014 9:40 am

Re: Install 1.27 unmet dependencies

Post by Thodkin »

Hi,

I dont believe that its a problem with bad installs or anything that i currently have missing.

Code: Select all

# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 to upgrade, 0 to newly install, 0 to remove and 37 not to upgrade.

# apt-get install zoneminder
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
 zoneminder : Depends: libcurl4-gnutls-dev but it is not going to be installed or
                       libcurl4-nss-dev but it is not going to be installed or
                       libcurl4-openssl-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
More Info trying to install those missing dependencies:

Code: Select all

# apt-get install libcurl4-gnutls-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
 libcurl4-gnutls-dev : Depends: libgnutls-dev but it is not going to be installed
                       Depends: librtmp-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

# apt-get install libgnutls-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
 libgnutls-dev : Depends: libgnutls26 (= 2.12.14-5ubuntu3.8) but 2.12.20-7 is to be installed
                 Depends: libgnutlsxx27 (= 2.12.14-5ubuntu3.8) but it is not going to be installed
                 Depends: libgnutls-openssl27 (= 2.12.14-5ubuntu3.8) but 2.12.20-7 is to be installed
E: Unable to correct problems, you have held broken packages.
User avatar
knight-of-ni
Posts: 2406
Joined: Thu Oct 18, 2007 1:55 pm
Location: Shiloh, IL

Re: Install 1.27 unmet dependencies

Post by knight-of-ni »

From which repository are you trying to pull zoneminder from?

Hint: You should be using iconnor's PPA
https://launchpad.net/~iconnor/+archive/zoneminder
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
Thodkin
Posts: 4
Joined: Thu Jun 05, 2014 9:40 am

Re: Install 1.27 unmet dependencies

Post by Thodkin »

I have either used that PPA or tried to install from source, both throw the same error.
I guess i have the installed something thats updated some of those libs....
Thodkin
Posts: 4
Joined: Thu Jun 05, 2014 9:40 am

Re: Install 1.27 unmet dependencies

Post by Thodkin »

I have been able to update using the latest dev build.

ppa:iconnor/zoneminder-master


I still have no video in my live feed, but im working on that now ! :)
Locked