[Vivado] libtinfo.so.5: cannot open shared object file

[vivado] libtinfo.so.5 error

enter image description here

[Vivado] libtinfo.so.5: cannot open shared object file

우분투에서 Vivado를 설치(https://maduinos.blogspot.com/2021/07/ubuntu-xilinx-vivado-ml.html)하고 Vivado를 실행하는데 다음과 같은 에러가 발생하고 실행되지 않았다.

libtinfo.so.5: cannot open shared object file: No such file or directory

다음과 같은 방법으로 해결 할 수 있다.
(참조링크 : https://support.xilinx.com/s/article/76585?language=en_US)

sudo apt install libtinfo5

위의 방식으로 해결되지 않으면 아래와 같이 진행

sudo apt update  
sudo apt install libtinfo-dev  
sudo ln -s /lib/x86_64-linux-gnu/libtinfo.so.6 /lib/x86_64-linux-gnu/libtinfo.so.5

끝 :)

도움이 되셨다면 더 좋은 정보 공유를 위해 광고 클릭 부탁 드립니다 :)

댓글 쓰기

0 댓글