Parafuso, eu fui com o nginx padrão e usei thin com um proxy reverso.
Estou tentando instalar o nginx com suporte de passageiros em 12.04
Eu usei o repositório
Eu também tentei ppa: nginx / stable mas quando eu tento rodar sudo apt-get install nginx-passenger
eu recebo:
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: nginx-passenger : Depends: nginx-common (= 1.0.14-1ppa1~precise) but 1.2.0-1ppa1~precise is to be installed Depends: ruby-passenger (> 3.0.11debian) but it is not installable E: Unable to correct problems, you have held broken packages.
A última parte sobre os bloqueios parece inválida, dpkg --get-selections | grep hold
:
netatalk hold
E a pesquisa por nginx
mostra-os como deinstall
.
Como posso consertar isso?
Eu também tive esse problema. No final, descobriu-se que as minhas fontes apt não estavam corretas, e um
sudo apt-add-repository ppa:brightbox/passenger-nginx; sudo apt-get update; sudo apt-get upgrade
fez o truque.
Tags nginx ubuntu phusion-passenger