SAS 5.1 on Centos 7.9: ncurses lib too old

Hi,

a small compatibility nit in 5.1:

[root@bezoar SAS-5.1.0.15600]# cat /etc/redhat-release
CentOS Linux release 7.9.2009 (Core)

[root@bezoar SAS-5.1.0.15600]# /opt/quest/bin/vastool ktutil list
/opt/quest/bin/.ktutil: error while loading shared libraries: libtinfo.so.6: cannot open shared object file: No such file or directory

[root@bezoar SAS-5.1.0.15600]# rpm -q -f /usr/lib64/libtinfo.so.5.9
ncurses-libs-5.9-14.20130511.el7_4.x86_64

[root@bezoar SAS-5.1.0.15600]# mkdir /opt/quest/lib/compat
[root@bezoar SAS-5.1.0.15600]# ln -s /usr/lib64/libtinfo.so.5.9 /opt/quest/lib/compat/libtinfo.so.6
[root@bezoar SAS-5.1.0.15600]# export LD_LIBRARY_PATH=/opt/quest/lib/compat
[root@bezoar SAS-5.1.0.15600]# /opt/quest/bin/vastool ktutil list
/etc/opt/quest/vas/host.keytab:
(works)

Can we expect that to work out of the box in 5.1.1?

kind regards,

Petra Zeidler