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

(새 문서: ;Call to undefined function mb_substr() ==같이 보기== *utf8_substr 분류:PHP)
 
1번째 줄: 1번째 줄:
;php-mbstring 설치
;Call to undefined function mb_substr()
;Call to undefined function mb_substr()


==설치 확인==
<source lang='dos'>
[root@jmnote ~]# rpm -qa php-mbstring
[root@jmnote ~]# yum info php-mbstring | grep Repo
Repo        : Daum
</source>
==설치==
<source lang='dos'>
[root@jmnote ~]# yum install php-mbstring -y
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package php-mbstring.x86_64 0:5.3.3-3.el6_2.8 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
===================================================================================================================================
Package                          Arch                      Version                                Repository                Size
===================================================================================================================================
Installing:
php-mbstring                    x86_64                    5.3.3-3.el6_2.8                        Daum                    453 k
Transaction Summary
===================================================================================================================================
Install      1 Package(s)
Total download size: 453 k
Installed size: 2.1 M
Downloading Packages:
php-mbstring-5.3.3-3.el6_2.8.x86_64.rpm                                                                    | 453 kB    00:00   
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing : php-mbstring-5.3.3-3.el6_2.8.x86_64                                                                            1/1
Installed:
  php-mbstring.x86_64 0:5.3.3-3.el6_2.8                                                                                           
Complete!
</source>
==설치 확인 2==
<source lang='dos'>
[root@jmnote ~]# rpm -qa php-mbstring
php-mbstring-5.3.3-3.el6_2.8.x86_64
</source>


==같이 보기==
==같이 보기==

2012년 11월 21일 (수) 18:16 판

php-mbstring 설치
Call to undefined function mb_substr()

1 설치 확인

[root@jmnote ~]# rpm -qa php-mbstring
[root@jmnote ~]# yum info php-mbstring | grep Repo
Repo        : Daum

2 설치

[root@jmnote ~]# yum install php-mbstring -y
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package php-mbstring.x86_64 0:5.3.3-3.el6_2.8 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

===================================================================================================================================
 Package                          Arch                       Version                                Repository                Size
===================================================================================================================================
Installing:
 php-mbstring                     x86_64                     5.3.3-3.el6_2.8                        Daum                     453 k

Transaction Summary
===================================================================================================================================
Install       1 Package(s)

Total download size: 453 k
Installed size: 2.1 M
Downloading Packages:
php-mbstring-5.3.3-3.el6_2.8.x86_64.rpm                                                                     | 453 kB     00:00     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing : php-mbstring-5.3.3-3.el6_2.8.x86_64                                                                             1/1 

Installed:
  php-mbstring.x86_64 0:5.3.3-3.el6_2.8                                                                                            

Complete!

3 설치 확인 2

[root@jmnote ~]# rpm -qa php-mbstring
php-mbstring-5.3.3-3.el6_2.8.x86_64

4 같이 보기

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