업무/sys
error while loading shared libraries: libssl.so.10 에러 발생시 조치방법
sysops
2022. 4. 12. 10:24
728x90
rocky linux 8에 td-agent-bit를 설치간에 아래와 같이 에러가 발생했습니다.
[root@test td-agent-bit]# /opt/td-agent-bit/bin/td-agent-bit -h
/opt/td-agent-bit/bin/td-agent-bit: error while loading shared libraries: libssl.so.10: cannot open shared object file: No such file or director
이럴때는 아래 패키지를 설치해주시면 해결됩니다.
[root@test ~]# yum install compat-openssl10
그럼 수고하세요~
728x90