Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Stata 16 on RHEL 8

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

    Any idea?

  • #2
    Francois,

    At a prompt type:

    Code:
    sudo yum install ncurses-compat-libs
    -Pete

    Comment


    • #3
      It worked. Thanks

      Comment

      Working...
      X