Command:
yum install php php-cli php-gd php-curl php-mysql php-zip php-fileinfo php-mbstring
Gives following error:
Error: Package: php-cli-7.2.12-1.el7.remi.x86_64 (remi-php72)
Requires: libargon2.so.0()(64bit)
Error: Package: php-7.2.12-1.el7.remi.x86_64 (remi-php72)
Requires: libargon2.so.0()(64bit)
I have installed php earlier versions to Centos 7 before, but never encountered such a problem.
Where to start resolving this?
Centos 7 is a clean install, httpd and mariadb installed without problems.
I have tried:
yum clean all
yum distro-sync
Edit: PHP71 installed nicely, but I still need PHP72 in longer run.