I'm trying to install Joomla in an I-Bay using this page as a guide:
https://wiki.contribs.org/Joomla_3I've installed the latest version of PHP-SCL as indicated in the instructions. However, when I issue this command:
yum --enablerepo=remi install php54-php-mcrypt php55-php-mcrypt php56-php-mcrypt
I get dependency errors:
Loaded plugins: fastestmirror, smeserver
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: centos.mirror.vexxhost.com
* smeaddons: mirror.canada.pialasse.com
* smeextras: mirror.canada.pialasse.com
* smeos: mirror.canada.pialasse.com
* smeupdates: mirror.canada.pialasse.com
* updates: centos.mirror.vexxhost.com
Resolving Dependencies
--> Running transaction check
---> Package php54-php-mcrypt.x86_64 0:5.4.45-5.el6.remi will be installed
--> Processing Dependency: libmcrypt.so.4()(64bit) for package: php54-php-mcrypt-5.4.45-5.el6.remi.x86_64
---> Package php55-php-mcrypt.x86_64 0:5.5.33-1.el6.remi will be installed
--> Processing Dependency: libmcrypt.so.4()(64bit) for package: php55-php-mcrypt-5.5.33-1.el6.remi.x86_64
---> Package php56-php-mcrypt.x86_64 0:5.6.19-1.el6.remi will be installed
--> Processing Dependency: libmcrypt.so.4()(64bit) for package: php56-php-mcrypt-5.6.19-1.el6.remi.x86_64
--> Finished Dependency Resolution
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Error: Package: php55-php-mycrpt-5.5.33-1.el6.remi.x86_64
Requires: libmcrypt.so.4()(64bit)
Error: Package: php56-php-mycrpt-5.6.19-1.el6.remi.x86_64
Requires: libmcrypt.so.4()(64bit)
Error: Package: php54-php-mycrpt-5.4.45-5-1.el6.remi.x86_64
Requires: libmcrypt.so.4()(64bit)
I'm at a loss on what to do next and how to solve this issue. Google is not my friend right now...