Difference between revisions of "Fixing a no build issue"

From MyWiki
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
< source lang="text/html">
+
Reference - https://ask.fedoraproject.org/en/question/65849/vmware-workstation-11-fails-to-build-vmnet-on-fedora-21/
 +
<source lang="text">
 
$ curl http://pastie.org/pastes/9934018/download -o /tmp/vmnet-3.19.patch
 
$ curl http://pastie.org/pastes/9934018/download -o /tmp/vmnet-3.19.patch
 
$ cd /usr/lib/vmware/modules/source
 
$ cd /usr/lib/vmware/modules/source

Latest revision as of 15:59, 21 April 2016

Reference - https://ask.fedoraproject.org/en/question/65849/vmware-workstation-11-fails-to-build-vmnet-on-fedora-21/

$ 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/vmnet-3.19.patch
# tar -cf vmnet.tar vmnet-only
# rm -r *-only
# vmware-modconfig --console --install-all