728x90
libtinfo.so.5 librarie error on ubuntu
테스트 환경
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04 LTS
Release: 22.04
Codename: jammy
$ ./bin/mysql -uroot -p
./bin/mysql: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
libtinfo5 패키지 설치
apt-get install libtinfo5
mysql 접속 테스트
$ ./bin/mysql -uroot -p
Enter password:
728x90
'리눅스' 카테고리의 다른 글
[리눅스] bind rndc 명령어 (0) | 2023.01.16 |
---|---|
[리눅스] bind를 사용한 마스터-슬레이브 dns 구성하기 (0) | 2023.01.16 |
[리눅스] bind logging 설정 (0) | 2023.01.16 |
[리눅스] centos에 bind 설치하기(install bind on centos) (0) | 2023.01.14 |
[리눅스] ubuntu에 bind 설치하기(install bind on ubuntu) (0) | 2023.01.14 |