I'm trying to install nginx with passenger support on 12.04
I've used the brightbox repo before but that doesn't work now.
I've also tried ppa:nginx/stable but when I try to run sudo apt-get install nginx-passenger
I get:
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.
The last part about the holds seems invalid, dpkg --get-selections | grep hold
:
netatalk hold
And searching for nginx
shows them listed as deinstall
.
How on earth do I fix this?