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

5번째 줄: 5번째 줄:
</source>
</source>


==php-mcypt 설치==
;확인
<source lang='dos'>
<source lang='dos'>
[root@localhost ~]# yum info mcrypt
[root@localhost ~]# yum info php-mcrypt
Loaded plugins: security
Loaded plugins: security
Excluding Packages in global exclude list
Excluding Packages in global exclude list
13번째 줄: 15번째 줄:
Finished
Finished
Available Packages
Available Packages
Name      : mcrypt
Name      : php-mcrypt
Arch      : x86_64
Arch      : x86_64
Version    : 2.6.8
Version    : 5.2.9
Release    : 1.el5
Release    : 2.el5.centos.3
Size      : 88 k
Size      : 16 k
Repo      : epel
Repo      : c5-testing
Summary    : Replacement for crypt()
Summary    : Standard PHP module provides mcrypt library support
URL        : http://mcrypt.sourceforge.net/
URL        : http://www.php.net/
License    : GPLv3+
License    : PHP
Description: MCrypt is a replacement for the old crypt()
Description: Standard PHP module provides mcrypt library support
          : 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.
</source>
</source>


<source lang='dos'>
<source lang='dos'>
[root@localhost ~]# yum install mcrypt -y
[root@sdpopl01 /etc]# yum install php-mcrypt -y
Loaded plugins: security
Excluding Packages in global exclude list
... (생략)
... (생략)
=======================================================================================================
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:
Installed:
   mcrypt.x86_64 0:2.6.8-1.el5
   php-mcrypt.x86_64 0:5.2.9-2.el5.centos.3
 
Dependency Installed:
  libmcrypt.x86_64 0:2.5.7-5.el5 mhash.x86_64 0:0.9.9-1.el5.rf


Complete!
Complete!
</source>
</source>

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

phpMyAdmin

The mcrypt extension is missing. Please check your PHP configuration.

php-mcypt 설치

확인
[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


[root@sdpopl01 /etc]# 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!
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}