Dear,
I have run #yum update to update my Fedora. When I run commands to get some information below:
------------------------------------------------------------
[root@localhost ~]# rpm -qa | grep kernel-headers
kernel-headers-3.10.5-201.fc19.i686
[root@localhost ~]# uname -r
3.10.5-201.fc19.i686.PAE
------------------------------------------------------------
Then, I open VMware Workstation. I got issue like image below:
So, I followed this link: https://wiki.archlinux.org/index.php/VMware#3.10_kernels
------------------------------------------------------------
$ cd /tmp
$ curl -O http://pkgbuild.com/git/aur-mirror.git/plain/vmware-patch/vmblock-9.0.2-5.0.2-3.10.patch
$ curl -O http://pkgbuild.com/git/aur-mirror.git/plain/vmware-patch/vmnet-9.0.2-5.0.2-3.10.patch
$ cd /usr/lib/vmware/modules/source
# tar -xvf vmblock.tar
# tar -xvf vmnet.tar
# patch -p0 -i /tmp/vmblock-9.0.2-5.0.2-3.10.patch
# patch -p0 -i /tmp/vmnet-9.0.2-5.0.2-3.10.patch
# tar -cf vmblock.tar vmblock-only
# tar -cf vmnet.tar vmnet-only
# rm -r vmblock-only
# rm -r vmnet-only
# vmware-modconfig --console --install-all
------------------------------------------------------------
But I still get this:
------------------------------------------------------------
[root@localhost source]# vmware-modconfig --console --install-all
Failed to setup build environment.
------------------------------------------------------------
What can I do now? Give me your supports, please.
Thanks,