PHP 5.5 в Ubuntu с php-mcrypt: Unmet зависимости

У меня есть сервер Ubuntu, работающий с 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

Я пытаюсь установить php5-mcrypt сейчас, но я получаю следующее сообщение об ошибке:

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.

Я понимаю, что пакет mcrypt каким-то образом не совместим с моей текущей версией PHP, но как я могу это исправить?

Спасибо!

1 ответ

Какую версию Ubuntu вы используете? phpapi-20090626 очень старый для использования с php-5.5.3. Может быть, также проверьте вашу версию phpize.

Вы установили php-5.5.3 из источника или что-то еще?

Другие вопросы по тегам