Install Xilinx Vivado in Rocky Linux 9

I have installed Xilinx Vivado, but when launching it from terminal I get an error:
couldn't load file "librdi_commontasks.so": libtinfo.so.5: cannot open shared object file: No such file or directory

I found this solution in internet
https://support.xilinx.com/s/article/76585?language=en_US

sudo apt-get install libtinfo5

But the problem is that these commands do not work in Rocky Linux.
How can i install the: libtinfo.so.5 library ?

Please help :slight_smile:

Found a solution :slight_smile:

cd usr/lib64
sudo ln -s libtinfo.so.6 libtinfo.so.5

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.