tagserver Postado Março 13, 2014 Postado Março 13, 2014 Prezados, Estou tento problema em habilitar/instalar mCrypt Estou seguindo os passos deste tutorial http://stackoverflow.com/questions/17109818/install-php-mcrypt-on-centos6 1) Install EPEL repository (From: http://www.rackspace.com/knowledge_center/article/installing-rhel-epel-repo-on-centos-5x-or-6x): wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpmwget http://rpms.famillecollet.com/enterprise/remi-release-6.rpmsudo rpm -Uvh remi-release-6*.rpm epel-release-6*.rpm 2) Install it via: yum update yum install php-mcrypt* The yum update updated the repository reference on my server then the 2nd command got what I needed :) 3) Restart your webserver. For my apache install I did: service httpd restart Acontece que continuo tendo erro: Setting up Install Process No package php-mcrypt available. Error: Nothing to do Alguém já passou por isso, como resolveu ?
tagserver Postado Março 14, 2014 Autor Postado Março 14, 2014 Compilou ele no Apache? não! como posso resolver ?
Jamis Henrique Postado Março 14, 2014 Postado Março 14, 2014 Acessa o seu WHM como root e habilite o MCrypt no EasyApache e depois recompile.
Posts Recomendados