gplessis / dotdeb-nginx

Dotdeb : Nginx
http://www.dotdeb.org/
BSD 2-Clause "Simplified" License
63 stars 31 forks source link

installing nginx-extras with http2 error #99

Closed vishalv26 closed 7 years ago

vishalv26 commented 7 years ago

The following packages have unmet dependencies: nginx-extras : Depends: libssl1.0.0 (>= 1.0.2~beta3) but 1.0.1t-1+deb8u6 is to be installed

this is the error i get while installing nginx-extras with http2 without http2 it gets installed.

DEbian 8 Os

gplessis commented 7 years ago

Could you please make sure to install libssl1.0.0 from the Jessie backports before installing Nginx from Dotdeb? apt-get install -t jessie-backports libssl1.0.0

vishalv26 commented 7 years ago

yeah i did

apt-get install -t jessie-backports openssl

it would be better if you proactively add one liner in instructions page.

You're awesome. Thanks!