Operation System/Unix & Linux
error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
junsuyoun
2022. 9. 25. 10:33
728x90
반응형
리눅스 환경에서 libaio.so.1 라이브러리가 없는 경우
libaio.so.1
CentOS
[root@d86a1cc708f1 ~]# yum install -y libaio
Ubuntu
root@2e7d55ea6f88:/# apt-get install -y libaio1

Linux libarary 파일 다운로드
리눅스 환경에서 yum 또는 apt-get과 같은 패키지 관리자로 패키지를 다운 받지 못할 때 파일로 준비해야 합니다. Repository CentOS Index of /centos mirror.navercorp.com CentOS 버전에 맞게 탐색을 합니다. I..
junsuyoun.tistory.com
728x90
반응형