Não é possível instalar o nginx com o passageiro após o upgrade do ubuntu server 12.04

1

Estou tentando instalar o nginx com suporte de passageiros em 12.04

Eu usei o repositório antes, mas isso não acontece trabalhe agora.

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?

    
por Nicklas A. 26.04.2012 / 22:51

2 respostas

1

Parafuso, eu fui com o nginx padrão e usei thin com um proxy reverso.

    
por 29.04.2012 / 14:52
1

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.

    
por 28.09.2012 / 12:17