PHP 5.5 no Ubuntu com php-mcrypt: dependências não atendidas

1

Eu tenho um servidor Ubuntu executando com o PHP 5.5

$ php -v
PHP 5.5.3-1ubuntu2 (cli) (built: Oct  9 2013 14:49:12) 
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2013 Zend Technologies
    with Zend OPcache v7.0.3-dev, Copyright (c) 1999-2013, by Zend Technologies

Estou tentando instalar php5-mcrypt agora, mas recebo a seguinte mensagem de erro:

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-mcrypt : Depends: phpapi-20090626
E: Unable to correct problems, you have held broken packages.

Eu entendo que, de alguma forma, o pacote mcrypt não é compatível com a minha versão atual do PHP, mas como posso corrigir isso?

Obrigado!

    
por tomraithel 20.09.2014 / 16:01

1 resposta

0

Qual versão do Ubuntu você está executando? phpapi-20090626 é muito antigo para ser usado com o php-5.5.3. Pode ser verificar sua versão do phpize também.

Você instalou o php-5.5.3 a partir do código-fonte ou algo assim?

    
por 21.09.2014 / 10:55