Skip to content

Instantly share code, notes, and snippets.

@DrGo
Last active August 11, 2019 17:00
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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