"CentOS 6에 PHP 5.6 설치 (yum webtatic)"의 두 판 사이의 차이

6번째 줄: 6번째 줄:
==설치 시도 (오류)==
==설치 시도 (오류)==
<source lang='dos'>
<source lang='dos'>
[root@koreanpol ~]# yum install --enablerepo=webtatic-testing php56w php56w-opcache
[root@jmnote ~]# yum install --enablerepo=webtatic-testing php56w php56w-opcache
... (생략)
... (생략)
Error: php56w-common conflicts with php-common-5.3.3-27.el6_5.x86_64
Error: php56w-common conflicts with php-common-5.3.3-27.el6_5.x86_64
  You could try using --skip-broken to work around the problem
  You could try using --skip-broken to work around the problem
  You could try running: rpm -Va --nofiles --nodigest
  You could try running: rpm -Va --nofiles --nodigest
</source>
==yum-plugin-replace 설치==
<source lang='dos'>
[root@jmnote ~]# yum install yum-plugin-replace
... (생략)
========================================================================
Package              Arch      Version              Repository  Size
========================================================================
Installing:
yum-plugin-replace    noarch    0.2.6-1.ius.el6      webtatic    17 k
Transaction Summary
========================================================================
Install      1 Package(s)
Total download size: 17 k
Installed size: 34 k
Is this ok [y/N]: y
</source>
<source lang='dos'>
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-webtatic-andy
Importing GPG key 0xCF4C4FF9:
Userid : Andy Thompson <andy@webtatic.com>
Package: webtatic-release-6-4.noarch (installed)
From  : /etc/pki/rpm-gpg/RPM-GPG-KEY-webtatic-andy
Is this ok [y/N]: y
</source>
<source lang='dos'>
... (생략)
Installed:
  yum-plugin-replace.noarch 0:0.2.6-1.ius.el6                         
Complete!
</source>
</source>



2014년 6월 14일 (토) 21:53 판

CentOS에 PHP 5.6 설치 (yum)

1 사전 작업

2 설치 시도 (오류)

[root@jmnote ~]# yum install --enablerepo=webtatic-testing php56w php56w-opcache
... (생략)
Error: php56w-common conflicts with php-common-5.3.3-27.el6_5.x86_64
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

3 yum-plugin-replace 설치

[root@jmnote ~]# yum install yum-plugin-replace
... (생략)
========================================================================
 Package               Arch      Version              Repository   Size
========================================================================
Installing:
 yum-plugin-replace    noarch    0.2.6-1.ius.el6      webtatic     17 k

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

Total download size: 17 k
Installed size: 34 k
Is this ok [y/N]: y
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-webtatic-andy
Importing GPG key 0xCF4C4FF9:
 Userid : Andy Thompson <andy@webtatic.com>
 Package: webtatic-release-6-4.noarch (installed)
 From   : /etc/pki/rpm-gpg/RPM-GPG-KEY-webtatic-andy
Is this ok [y/N]: y
... (생략)
Installed:
  yum-plugin-replace.noarch 0:0.2.6-1.ius.el6                           

Complete!

4 같이 보기

5 참고 자료

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