Created
May 28, 2017 09:30
-
-
Save misterch0c/878d9bb758f979989860b9a2ce7b4899 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| before installation: | |
| # sed 's/gcc version 7/gcc version 6/' /proc/version > /tmp/version | |
| # mount --bind /tmp/version /proc/version | |
| now install/ reinstall ... | |
| # umount /proc/version && rm /tmp/version | |
| # cp -r /usr/lib/vmware-installer/2.1.0/lib/lib/libexpat.so.0 /usr/lib/vmware/lib | |
| and before running the client: | |
| # cd /usr/lib/vmware/lib/libz.so.1 | |
| # mv -i libz.so.1 libz.so.1.old | |
| # ln -s /usr/lib/libz.so.1 . | |
| start the client: | |
| $ vmplayer & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment