Closed tr33m4n closed 7 years ago
First, did you activate the jessie-backports repository from Debian to make sure that the right version of OpenSSL will be installed?
If so, could you please use aptitude or dselect to know which broken dependency prevents "nginx with full HTTP/2 from Dotdeb" from being installed?
Thanks for keeping me posted.
Hi @gplessis
I did indeed enable the jessie-backports repo.
I don't have a great deal of experience with aptitude
or dselect
. I tried installing with aptitude, it offered me solutions to my issues, both of which involved removing nginx
and nginx-full
. At one point it mentioned nginx-full : Depends: libssl1.0.0 (>= 1.0.2~beta3) but 1.0.1t-1+deb8u6 is installed.
Does that help?
Could you please run apt-get install -t jessie-backports libssl1.0.0
before trying to upgrade nginx using Dotdeb?
@gplessis Ah, yep that fixed it, thanks for the help!
Hi there,
I recently added the
deb http://packages.dotdeb.org jessie-nginx-http2 all
found here https://www.dotdeb.org/instructions/ ... I already had nginx installed from the default repo's. After attempting to upgrade I get the following:Removing the repo and installing nginx fresh fixes the issue but that's obviously not the desired result, I want my HTTP/2 goodness!
Anybody have any pointers?