"CentOS php-mcrypt 설치"의 두 판 사이의 차이

(새 문서: phpMyAdmin <source lang='text'> The mcrypt extension is missing. Please check your PHP configuration. </source> <source lang='dos'> [root@localhost ~]# yum info mcrypt Loaded plugin...)
 
29번째 줄: 29번째 줄:
           : files or data streams without having to be
           : files or data streams without having to be
           : cryptographers.
           : cryptographers.
</source>
<source lang='dos'>
[root@localhost ~]# yum install mcrypt -y
Loaded plugins: security
Excluding Packages in global exclude list
... (생략)
Installed:
  mcrypt.x86_64 0:2.6.8-1.el5
Dependency Installed:
  libmcrypt.x86_64 0:2.5.7-5.el5 mhash.x86_64 0:0.9.9-1.el5.rf
Complete!
</source>
</source>

2012년 2월 29일 (수) 13:46 판

phpMyAdmin

The mcrypt extension is missing. Please check your PHP configuration.
[root@localhost ~]# yum info mcrypt
Loaded plugins: security
Excluding Packages in global exclude list
Finished
Reducing CentOS-5 Testing to included packages only
Finished
Available Packages
Name       : mcrypt
Arch       : x86_64
Version    : 2.6.8
Release    : 1.el5
Size       : 88 k
Repo       : epel
Summary    : Replacement for crypt()
URL        : http://mcrypt.sourceforge.net/
License    : GPLv3+
Description: MCrypt is a replacement for the old crypt()
           : package and crypt(1) command, with extensions. It
           : allows developers to use a wide range of
           : encryption functions, without making drastic
           : changes to their code. It allows users to encrypt
           : files or data streams without having to be
           : cryptographers.
[root@localhost ~]# yum install mcrypt -y
Loaded plugins: security
Excluding Packages in global exclude list
... (생략)
Installed:
  mcrypt.x86_64 0:2.6.8-1.el5

Dependency Installed:
  libmcrypt.x86_64 0:2.5.7-5.el5 mhash.x86_64 0:0.9.9-1.el5.rf

Complete!
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}