Skip to content

Instantly share code, notes, and snippets.

@DrGo
Last active August 11, 2019 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DrGo/40b0213ebc4f74759348ec76ef477792 to your computer and use it in GitHub Desktop.
Save DrGo/40b0213ebc4f74759348ec76ef477792 to your computer and use it in GitHub Desktop.
installing Stata on clear linux
Error on running xstata-mp re missing libtinfo.so.5
solution:
sudo ln -s /usr/lib64/libtinfo.so.6.1 /usr/lib64/libtinfo.so.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment