Okay earlier today I downloaded CentOS 7, installed it and updated it. I also installed gcc, kernel-headers and kernel-devel packages using the following command: sudo yum -y install gcc kern...
See more...
Okay earlier today I downloaded CentOS 7, installed it and updated it. I also installed gcc, kernel-headers and kernel-devel packages using the following command: sudo yum -y install gcc kernel-headers kernel-devel I then downloaded the VMware-Player-7.0.0-2305329.x86_64.bundle file and made it executable, then installed it using the following command: sudo ./VMware-Player-7.0.0-2305329.x86_64.bundle It installed fine and then I opened VMware Player and created a VM without any issues or problems during the install, running of the application or creating and running of a VM. That said, this was a clean install with proper updates plus verifying and installing the missing VMware Player Host OS prerequisites using the default kernel. If you are not using the default kernel then you'll need to find and apply any applicable third-party patches if available, assuming the VMware Player Host OS prerequisites are installed. In other words if VMware Player has to build any modules then the gcc, kernel-headers and kernel-devel packages need to be installed on the Host OS. Also there is no vmware-config.pl file in my install either.