How to Fix VMware Tools Installation Error

by ehowstuff on January 29, 2012

Symptom 1 : Missing Compiler Program

    Setup is unable to find the "gcc" program on your machine. Please
    make sure it is installed. Do you want to specify the location of this
    program by hand?
    
    Setup is unable to find the 'make' program on your machine. Please
    make sure it is installed. Do you want to specify the location of this
    program by hand? [yes]
    

Solutions :
Install the following development tool that related with Vmware-tools software.

    [root@centos62 ~]# yum install gcc make kernel-headers kernel-devel -y
    

Symptom 2 : Failed Locating and Installing the C Header Files

    What is the location of the directory of C header files that match your running kernel?
    

Solutions :
Try to update the server kernel and reboot.

    [root@centos62 ~]# yum update kernel-headers kernel-devel -y
    

Reboot Server.

    [root@centos62 ~]# reboot
    

Technology Updates, Blogging Tips and How To Guides
Lyrics Collection, Upcoming and Released Albums and Movie Trailers
My Highly Recommended
Watch TV Online, Online TV Channels, Free TV Streaming, Free Internet TV
Professional WordPress Themes and Blogspot Templates Resources
Submit URL for Free, Search Engine Submission, Free URL Submission, Submit URL to Search Engine

Related Posts

Previous post:

Next post: