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

54번째 줄: 54번째 줄:
<source lang='dos'>
<source lang='dos'>
[root@jmnote ~]# pecl version
[root@jmnote ~]# pecl version
PEAR Version: 1.4.9
PEAR Version: 1.9.4
PHP Version: 5.2.10
PHP Version: 5.3.3
Zend Engine Version: 2.2.0
Zend Engine Version: 2.3.0
Running on: Linux jmnote.com 2.6.18-274.3.1.el5xen #1 SMP Tue Sep 6 20:57:11 EDT 2011 x86_64
Running on: Linux jmnote 2.6.32-279.el6.x86_64 #1 SMP Fri Jun 22 12:19:21 UTC 2012 x86_64
</source>
</source>



2014년 2월 3일 (월) 19:18 판

php-pear 설치, pecl 설치
pecl: command not found

1 문제상황

[root@jmnote ~]# pecl download oci8
-bash: pecl: command not found
→ oci8를 다운로드하려는데 pecl이 없음 (PHP에서 오라클 DB 사용 참조)
[root@jmnote ~]# pecl version
-bash: pecl: command not found
[root@jmnote ~]# rpm -qa | grep php-pear
[root@jmnote ~]# yum info php-pear
... (생략)
Available Packages
php-pear.noarch                      1:1.9.4-4.el6                          base
→ 설치되지 않음. yum 저장소에 있음(설치 가능함).

2 php-pear 설치

[root@jmnote ~]# yum install php-pear
... (생략)
====================================================================================================
 Package                Arch                 Version                       Repository          Size
====================================================================================================
Installing:
 php-pear               noarch               1:1.9.4-4.el6                 base               393 k

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

Total download size: 393 k
Installed size: 2.2 M
Is this ok [y/N]: y
... (생략)
Installed:
  php-pear.noarch 1:1.9.4-4.el6                                                            

Complete!

3 확인

[root@jmnote ~]# rpm -qa | grep php-pear
php-pear-1.9.4-4.el6.noarch
[root@jmnote ~]# pecl version
PEAR Version: 1.9.4
PHP Version: 5.3.3
Zend Engine Version: 2.3.0
Running on: Linux jmnote 2.6.32-279.el6.x86_64 #1 SMP Fri Jun 22 12:19:21 UTC 2012 x86_64

4 같이 보기

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