Difference between revisions of "Fixing a no build issue"

From MyWiki
Jump to: navigation, search
(Created page with "< source lang="text"> $ curl http://pastie.org/pastes/9934018/download -o /tmp/vmnet-3.19.patch $ cd /usr/lib/vmware/modules/source # tar -xf vmnet.tar # patch -p0 -i /tmp/vmn...")
(No difference)

Revision as of 15:58, 21 April 2016

< source lang="text"> $ curl http://pastie.org/pastes/9934018/download -o /tmp/vmnet-3.19.patch $ cd /usr/lib/vmware/modules/source

  1. tar -xf vmnet.tar
  2. patch -p0 -i /tmp/vmnet-3.19.patch
  3. tar -cf vmnet.tar vmnet-only
  4. rm -r *-only
  5. vmware-modconfig --console --install-all

</source>