MySQL 설치를 하는 중에 모든 설정 및 디렉터리, my.cnf 등을 모두 잘 설정하였는데 mysql system 테이블 설치만 하면... 자꾸 오류가 나는 경우가 있습니다.
오류의 내용은 다음과 같습니다.
/usr/local/mysql/bin/mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
영어 울렁증으로 인하여, 영어를 자세히 읽어 보지 않고 뒤쪽에 file : No such file or directory 만을 읽어보고 앞쪽에 /usr/local/mysql/bin/mysqld 폴더가 없는건가?
이런 생각으로 이러저리 해봤으나 답은 나오지 않았습니다.
그래서, 인터넷에 검색해봤는데 즉시 해결하였습니다. 다음과 같이 입력하여, 설치해주면 ! 바로 해결 됩니다.
sudo apt-get install libaio1 libaio-dev
그 뒤에 시스템 테이블을 설치하면 이상없이 설치되는 것을 볼 수 있습니다 ^^
출처 : https://help.directadmin.com/item.php?id=368