Skip to content

Instantly share code, notes, and snippets.

@misterch0c
Created May 28, 2017 09:30
Show Gist options
  • Select an option

  • Save misterch0c/878d9bb758f979989860b9a2ce7b4899 to your computer and use it in GitHub Desktop.

Select an option

Save misterch0c/878d9bb758f979989860b9a2ce7b4899 to your computer and use it in GitHub Desktop.
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