centos - How to install php55-php-mcrypt with scl-utils? -


it's known fact on fedora/rhel/centos 7.x based systems php 5.4.16 supported version. however, application needed php 5.5 , installed rhel-recommended scl-utils repository explained on https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/developer_guide/scl-utils.html

the problem have installed required packages except php55-php-mcrypt:

yum install php55-php-mcrypt loaded plugins: fastestmirror loading mirror speeds cached hostfile  * base: mirrors.sonic.net  * epel: mirror.hmc.edu  * extras: mirror.keystealth.org  * updates: mirrors.easynews.com no package php55-php-mcrypt available. error: nothing 

could recommend way package installed?

explanation why "mcrypt" bad idea, , not part of standard repository : about libmcrypt , php-mcrypt

for people want use official rhscl packages on rhel (which available in centos-scl repository), can find additional packages in community repositories:

else, yes repository alternative, see configuration wizard


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -