installing Stata on clear linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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