Hi Guys,
I have VMWare ESX410-Update02 on my server, trying to install VMWare tools on fresh Centos 6.4 minimal install. Getting this:
What is the location of the directory of C header files that match your running kernel? /usr/src/kernels/2.6.32-358.14.1.el6.x86_64/arch/cris/include
The path "/usr/src/kernels/2.6.32-358.14.1.el6.x86_64/arch/cris/include" is not
valid.
Would you like to change it? [yes]
so I tried various options and no luck so far.
kernel headers are installed:
[root@php55 2.6.32-358.14.1.el6.x86_64]# yum install kernel-devel
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.cat.pdx.edu
* epel: dl.fedoraproject.org
* extras: centos.mirror.ndchost.com
* updates: mirrors.bluehost.com
* webtatic: us-east.repo.webtatic.com
Setting up Install Process
Package kernel-devel-2.6.32-358.14.1.el6.x86_64 already installed and latest version
Nothing to do
[root@php55 2.6.32-358.14.1.el6.x86_64]#
[root@php55 2.6.32-358.14.1.el6.x86_64]# ls -l /usr/src/kernels/
total 4
drwxr-xr-x. 22 root root 4096 Aug 14 11:53 2.6.32-358.14.1.el6.x86_64
lrwxrwxrwx. 1 root root 43 Aug 14 11:53 2.6.32-358.el6.x86_64-x86_64 -> /usr/src/kernels/2.6.32-358.14.1.el6.x86_64
[root@php55 2.6.32-358.14.1.el6.x86_64]#
Any ideas?