A
A
Alexey2016-09-21 17:43:53
linux
Alexey, 2016-09-21 17:43:53

How to install php-mcrypt on Red Had 7?

Good afternoon!
Faced this error while installing mcrypt:

# yum install php-mcrypt

Загружены модули: amazon-id, rhui-lb, search-disabled-repos
Разрешение зависимостей
--> Проверка сценария
---> Пакет php-mcrypt.x86_64 0:5.4.16-4.el7 помечен для установки
--> Обработка зависимостей: php(zend-abi) = 20100525-64 пакета: php-mcrypt-5.4.16-4.el7.x86_64
--> Обработка зависимостей: php(api) = 20100412-64 пакета: php-mcrypt-5.4.16-4.el7.x86_64
--> Обработка зависимостей: libmcrypt.so.4()(64bit) пакета: php-mcrypt-5.4.16-4.el7.x86_64
--> Проверка сценария
---> Пакет libmcrypt.x86_64 0:2.5.8-13.el7 помечен для установки
---> Пакет php-common.x86_64 0:5.4.16-36.3.el7_2 помечен для установки
--> Обработка зависимостей: libzip.so.2()(64bit) пакета: php-common-5.4.16-36.3.el7_2.x86_64
--> Проверка сценария
---> Пакет libzip.x86_64 0:0.10.1-8.el7 помечен для установки
--> Обработка конфликта: php70w-common-7.0.10-1.w7.x86_64 конфликтует с php-common < 7.0
--> Проверка зависимостей окончена
Ошибка: php70w-common conflicts with php-common-5.4.16-36.3.el7_2.x86_64
 Вы можете попробовать --skip-broken чтобы обойти проблему
 Вы можете попробовать запустить: rpm -Va --nofiles --nodigest

Please tell me how to install this module.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Denis Verbin, 2016-09-21
@MrSen

php-mcrypt pulls (from its repository) php-common version 5.4.16, and you already have php70w-common-7.0.10 installed.
You need to install php-mcrypt from the same repository as php7. Maybe it's called php7.0-mcrypt or php70w-mcrypt there

G
Grigory Esin, 2016-09-21
@xotey83

mcrypt is a deprecated extension. I don't recommend anyone to use it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question