0
저는 Centos6를 사용합니다. mcrypt를 설치하고 싶습니다. 시도해 봅니다.mcrypt를 설치했지만 "mcrypt 확장이 필요합니다"라고 말합니다.
yum install php-mcrypt
및 해당 버전이 설치되어 있습니다. 내가 다시 시도 할 때 말한다 :
yum install php-mcrypt
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* atomic: www7.atomicorp.com
* base: ftp.dgn.net.tr
* epel: mirror.vit.com.tr
* extras: ftp.dgn.net.tr
* remi: remi.schlundtech.de
* remi-php55: remi.schlundtech.de
* remi-php56: remi.schlundtech.de
* remi-test: remi.schlundtech.de
* updates: ftp.dgn.net.tr
Setting up Install Process
Package php-mcrypt-5.6.0-0.6.beta1.el6.remi.x86_64 already installed and latest version
Nothing to do
하지만 내 웹 페이지에서
:mcrypt extension is required
및은 phpinfo에 그렇지 않은
내가 그것을 어떻게 해결할 수
?감사
있습니까? – erm3nda
CentOS 6에서는 php5enmod를 실행할 수 없습니다. – TheTC