(→참고 자료) |
|||
60번째 줄: | 60번째 줄: | ||
==참고 자료== | ==참고 자료== | ||
*http://www.linuxquestions.org/questions/red-hat-31/cannot-load-mcrypt-extension-please-check-your-php-configuration-672627/ | *http://www.linuxquestions.org/questions/red-hat-31/cannot-load-mcrypt-extension-please-check-your-php-configuration-672627/ | ||
[[분류: PHP]] |
2012년 2월 29일 (수) 13:58 판
phpMyAdmin
text
Copy
The mcrypt extension is missing. Please check your PHP configuration.
1 php-mcypt 확인
- 확인
bat
Copy
[root@localhost ~]# yum info php-mcrypt
Loaded plugins: security
Excluding Packages in global exclude list
Finished
Reducing CentOS-5 Testing to included packages only
Finished
Available Packages
Name : php-mcrypt
Arch : x86_64
Version : 5.2.9
Release : 2.el5.centos.3
Size : 16 k
Repo : c5-testing
Summary : Standard PHP module provides mcrypt library support
URL : http://www.php.net/
License : PHP
Description: Standard PHP module provides mcrypt library support
2 php-mcypt 설치
bat
Copy
[root@localhost ~]# yum install php-mcrypt -y
... (생략)
=======================================================================================================
Package Arch Version Repository Size
=======================================================================================================
Installing:
php-mcrypt x86_64 5.2.9-2.el5.centos.3 c5-testing 16 k
Transaction Summary
=======================================================================================================
Install 1 Package(s)
Upgrade 0 Package(s)
Total download size: 16 k
Downloading Packages:
php-mcrypt-5.2.9-2.el5.centos.3.x86_64.rpm | 16 kB 00:00
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : php-mcrypt 1/1
Installed:
php-mcrypt.x86_64 0:5.2.9-2.el5.centos.3
Complete!
3 참고 자료
편집자 Jmnote Jmnote bot 175.207.55.235
로그인하시면 댓글을 쓸 수 있습니다.