[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: unmet dependencies: libcurl4-openssl-dev



On Thu 05 Feb 2015 at 22:38:28 +0530, Sivaram Neelakantan wrote:

> On Thu, Feb 05 2015,Brian  wrote:
> 
> > On Thu 05 Feb 2015 at 01:17:04 -0700, Bob Proulx wrote:
> >
> >> Sivaram Neelakantan wrote:
> 
> [snipped 16 lines]
> 
> > Perhaps the OP can have a single line as I did and try
> >
> >   apt-get install librtmp-dev
> >
> > If there is any failure we would want to see the complete output of the
> > command.
> >
> >
> 
> Tried that, no cigar.  Got more errors.  Now what? :)

First we point out the command you were invited to run *and* give the
output of was

  apt-get install librtmp-dev

Next we look at the output you did give.

> --8<---------------cut here---------------start------------->8---
> apt-get install libcurl4-openssl-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-openssl-dev : Depends: libcurl3 (= 7.26.0-1+wheezy11) but 7.26.0-1+wheezy12 is to be installed

The libcurl4-openssl-dev which depends on libcurl3 (= 7.26.0-1+wheezy11)
is version 7.26.0-1+wheezy11. So the question becomes: Why does your
system want to install this version when 7.26.0-1+wheezy12 is on your
mirror and 'apt-cache policy libcurl4-openssl-dev' has it as an
installation candidate?

If you are becoming desparate you could download 7.26.0-1+wheezy12,
install with

   dpkg -i <package>

and run 'apt-get -f install'. This should stand some chance of success.


Reply to: