문제

I'm trying to install nginx (Debian 7, amd64):

apt-get install nginx

But I get an error:

nginx : Depends: libssl0.9.8 (>= 0.9.8m-1) but it is not installable

I downloaded the deb and install it:

wget http://snapshot.debian.org/archive/debian/20110406T213352Z/pool/main/o/openssl098/libssl0.9.8_0.9.8o-7_i386.deb
sudo dpkg -i libssl0.9.8_0.9.8o-7_i386.deb

But this has no effect. What am I doing wrong?

Thanks.

도움이 되었습니까?

해결책

Solution:

To install nginx on Debian 7 you should add it in /etc/apt/sources.list :

deb http://nginx.org/packages/debian/ wheezy nginx
deb-src http://nginx.org/packages/debian/ wheezy nginx
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top