Fedora 18

From JoeHacker
Revision as of 00:19, 16 January 2013 by Joe (talk | contribs) (Created page with "== Getting VMWare 9 to compile in fc18 == After updating to Fedora 18, VMWare 9.0.1 will not compile because it cannot find the correct version.h file. Simple fix is to create a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Getting VMWare 9 to compile in fc18

After updating to Fedora 18, VMWare 9.0.1 will not compile because it cannot find the correct version.h file. Simple fix is to create a symlink and vmware will compile the needed modules.

The following command will create the link.

ln -s /usr/src/kernels/$(uname -r)/include/generated/uapi/linux/version.h /usr/src/kernels/$(uname -r)/include/linux/version.h