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

(새 문서: ;libaio 설치 <source lang='dos'> [root@jmnote ~]# yum install libaio -y Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Setting up Install Process Resolvin...)
 
잔글 (봇: 자동으로 텍스트 교체 (-<source lang='cli'> +<source lang='console'>))
 
(사용자 2명의 중간 판 12개는 보이지 않습니다)
1번째 줄: 1번째 줄:
;libaio 설치
;CentOS libaio 설치
;리눅스 libaio 설치


<source lang='dos'>
==문제상황==
[root@jmnote ~]# yum install libaio -y
리눅스에 오라클 instant client 설치하는 중 다음과 같은 오류 발생.
<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>
:→ [[libaio]]가 필요하다. 설치하자.
 
==설치==
<source lang='console'>
[root@zetawiki ~]# yum install libaio -y
Loaded plugins: fastestmirror
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Loading mirror speeds from cached hostfile
40번째 줄: 51번째 줄:
</source>
</source>


[[분류: 리눅스]]
==같이 보기==
*[[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 }}