php5-fpm: Depende: php5-common (= 5.3.10-1ubuntu3.8) mas 5.4.6-1ubuntu1.4 deve ser instalado

1

Eu quero configurar o PHP por trás do Nginx com FastCGI, mas permaneço no sudo apt-get -f install php5-fpm

o que eu tentei:

sudo apt-get -f install php5-fpm 
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:
 php5-fpm : Depends: php5-common (= 5.3.10-1ubuntu3.8) but 5.4.6-1ubuntu1.4 is to be installed
E: Unable to correct problems, you have held broken packages.

minha lista de fontes (este servidor é restrito apenas à rede ucraniana, sem conexão com o mundo)

deb http://mirror.yandex.ru/ubuntu precise universe
deb http://mirror.yandex.ru/ubuntu precise-updates universe

deb http://mirror.yandex.ru/ubuntu quantal-security main restricted
deb-src http://mirror.yandex.ru/ubuntu quantal-security main restricted
    
por dvrecmfo 11.10.2013 / 01:38

1 resposta

0

O problema é que você está misturando repositórios de diferentes versões. Você nunca deveria fazer isso!

precise universe because yandex don't have main restricted

O repositório Yandex está completo com main , restricted , universe e multiverse em todos os precise precise-updates e precise-security , como pode ser visto aqui:

Depoisdetercorrigidoseusrepositórios,bastafazersudoapt-getupdateetudoficarábem.

quantal-securitymainrestrictedbecauseIneedphp5-fpm

Precisotemopacote!

link

    
por Braiam 11.10.2013 / 02:08