"CentOS libaio 설치"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-<source lang='cli'> +<source lang='console'>))
 
(사용자 2명의 중간 판 8개는 보이지 않습니다)
1번째 줄: 1번째 줄:
{{소문자}}
;CentOS libaio 설치
;libaio 설치
;리눅스 libaio 설치


==명령어==
==문제상황==
<source lang='bash'>
리눅스에 오라클 instant client 설치하는 중 다음과 같은 오류 발생.
yum install libaio -y
<source lang='console'>
[root@zetawiki ~]# rpm -i oracle-instantclient11.2-basic-11.2.0.3.0-1.x86_64.rpm
error: Failed dependencies:
libaio is needed by oracle-instantclient11.2-basic-11.2.0.3.0-1.x86_64
</source>
</source>
:→ [[libaio]]가 필요하다. 설치하자.


==실행 예시==
==설치==
<source lang='dos'>
<source lang='console'>
[root@jmnote ~]# yum install libaio -y
[root@zetawiki ~]# yum install libaio -y
Loaded plugins: fastestmirror
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Loading mirror speeds from cached hostfile
49번째 줄: 53번째 줄:
==같이 보기==
==같이 보기==
*[[libaio is needed by oracle-instantclient11.2-basic-11.2.0.3.0-1.x86_64]]
*[[libaio is needed by oracle-instantclient11.2-basic-11.2.0.3.0-1.x86_64]]
*[[PHP에서 오라클 DB 사용하기]]


[[분류: 리눅스]]
[[분류: Yum 설치]]

2016년 3월 29일 (화) 10:08 기준 최신판

CentOS libaio 설치
리눅스 libaio 설치

1 문제상황[ | ]

리눅스에 오라클 instant client 설치하는 중 다음과 같은 오류 발생.

[root@zetawiki ~]# rpm -i oracle-instantclient11.2-basic-11.2.0.3.0-1.x86_64.rpm
error: Failed dependencies:
	libaio is needed by oracle-instantclient11.2-basic-11.2.0.3.0-1.x86_64
libaio가 필요하다. 설치하자.

2 설치[ | ]

[root@zetawiki ~]# yum install libaio -y
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package libaio.x86_64 0:0.3.107-10.el6 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

============================================================================================================
 Package                Arch                   Version                           Repository            Size
============================================================================================================
Installing:
 libaio                 x86_64                 0.3.107-10.el6                    Daum                  21 k

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

Total download size: 21 k
Installed size: 34 k
Downloading Packages:
libaio-0.3.107-10.el6.x86_64.rpm                                                     |  21 kB     00:00     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing     : libaio-0.3.107-10.el6.x86_64                                                         1/1 

Installed:
  libaio.x86_64 0:0.3.107-10.el6                                                                            

Complete!

3 같이 보기[ | ]

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