I'm trying to install Stata16 MP on RHEL 8. I'm getting this error :
I have libtinfo.so.6 installed and via the official repo I install a compat-libs and now when I type
I get
. But I still get the same error code about libtinfo.so.5 missing.
Any idea?
Code:
./stata: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory.
Code:
ldconfig -p | grep libtinfo.so.5
Code:
libtinfo.so.5 (libc6) => /lib/libtinfo.so.5
Any idea?
Comment