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

잔글 (봇: 자동으로 텍스트 교체 (-<source lang='cli'> +<source lang='console'>))
잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
5번째 줄: 5번째 줄:


==확인==
==확인==
<source lang='console'>
<syntaxhighlight lang='console'>
[root@zetawiki ~]# pecl version
[root@zetawiki ~]# pecl version
-bash: pecl: command not found
-bash: pecl: command not found
</source>
</syntaxhighlight>
<source lang='console'>
<syntaxhighlight lang='console'>
[root@zetawiki ~]# pear version
[root@zetawiki ~]# pear version
-bash: pear: command not found
-bash: pear: command not found
</source>
</syntaxhighlight>
<source lang='console'>
<syntaxhighlight lang='console'>
[root@zetawiki ~]# rpm -qa | grep php-pear
[root@zetawiki ~]# rpm -qa | grep php-pear
[root@zetawiki ~]# yum info php-pear
[root@zetawiki ~]# yum info php-pear
19번째 줄: 19번째 줄:
Available Packages
Available Packages
php-pear.noarch                      1:1.9.4-4.el6                          base
php-pear.noarch                      1:1.9.4-4.el6                          base
</source>
</syntaxhighlight>
:→ 설치되지 않음. [[yum 저장소]]에 있음(설치 가능함).
:→ 설치되지 않음. [[yum 저장소]]에 있음(설치 가능함).


==설치==
==설치==
<source lang='console'>
<syntaxhighlight lang='console'>
[root@zetawiki ~]# yum install php-pear
[root@zetawiki ~]# yum install php-pear
... (생략)
... (생략)
39번째 줄: 39번째 줄:
Installed size: 2.2 M
Installed size: 2.2 M
Is this ok [y/N]: y
Is this ok [y/N]: y
</source>
</syntaxhighlight>
<source lang='console'>
<syntaxhighlight lang='console'>
... (생략)
... (생략)
Installed:
Installed:
46번째 줄: 46번째 줄:


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


==확인 2==
==확인 2==
<source lang='console'>
<syntaxhighlight lang='console'>
[root@zetawiki ~]# rpm -qa | grep php-pear
[root@zetawiki ~]# rpm -qa | grep php-pear
php-pear-1.9.4-4.el6.noarch
php-pear-1.9.4-4.el6.noarch
</source>
</syntaxhighlight>
<source lang='console'>
<syntaxhighlight lang='console'>
[root@zetawiki ~]# pecl version
[root@zetawiki ~]# pecl version
PEAR Version: 1.10.1
PEAR Version: 1.10.1
59번째 줄: 59번째 줄:
Zend Engine Version: 2.5.0
Zend Engine Version: 2.5.0
Running on: Linux zetawiki 2.6.32-431.17.1.el6.x86_64 #1 SMP Wed May 7 23:32:49 UTC 2014 x86_64
Running on: Linux zetawiki 2.6.32-431.17.1.el6.x86_64 #1 SMP Wed May 7 23:32:49 UTC 2014 x86_64
</source>
</syntaxhighlight>
<source lang='console'>
<syntaxhighlight lang='console'>
[root@zetawiki ~]# pear version
[root@zetawiki ~]# pear version
PEAR Version: 1.10.1
PEAR Version: 1.10.1
66번째 줄: 66번째 줄:
Zend Engine Version: 2.5.0
Zend Engine Version: 2.5.0
Running on: Linux zetawiki 2.6.32-431.17.1.el6.x86_64 #1 SMP Wed May 7 23:32:49 UTC 2014 x86_64
Running on: Linux zetawiki 2.6.32-431.17.1.el6.x86_64 #1 SMP Wed May 7 23:32:49 UTC 2014 x86_64
</source>
</syntaxhighlight>


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

2020년 11월 2일 (월) 02:56 기준 최신판

  다른 뜻에 대해서는 우분투 php-pear 설치 문서를 참조하십시오.
  다른 뜻에 대해서는 PECL 패키지 설치 문서를 참조하십시오.
php-pear 설치, pecl 설치, PEAR 설치
pecl: command not found

1 확인[ | ]

[root@zetawiki ~]# pecl version
-bash: pecl: command not found
[root@zetawiki ~]# pear version
-bash: pear: command not found
[root@zetawiki ~]# rpm -qa | grep php-pear
[root@zetawiki ~]# yum info php-pear
... (생략)
Available Packages
php-pear.noarch                      1:1.9.4-4.el6                          base
→ 설치되지 않음. yum 저장소에 있음(설치 가능함).

2 설치[ | ]

[root@zetawiki ~]# 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 확인 2[ | ]

[root@zetawiki ~]# rpm -qa | grep php-pear
php-pear-1.9.4-4.el6.noarch
[root@zetawiki ~]# pecl version
PEAR Version: 1.10.1
PHP Version: 5.5.30
Zend Engine Version: 2.5.0
Running on: Linux zetawiki 2.6.32-431.17.1.el6.x86_64 #1 SMP Wed May 7 23:32:49 UTC 2014 x86_64
[root@zetawiki ~]# pear version
PEAR Version: 1.10.1
PHP Version: 5.5.30
Zend Engine Version: 2.5.0
Running on: Linux zetawiki 2.6.32-431.17.1.el6.x86_64 #1 SMP Wed May 7 23:32:49 UTC 2014 x86_64

4 같이 보기[ | ]

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