Results 1 to 4 of 4

Thread: VMware and Ubuntu Hardy prob

  1. #1
    Join Date
    Jul 2008
    Beans
    51

    Unhappy VMware and Ubuntu Hardy prob

    hey guys im trying to install vmware tools on a guest OS but i have prob with the C header files... apperently they dont match my running kernel... any ideas?!
    i did
    sudo apt-get install linux source
    sudo apt-get install linux-headers

    which dir should i point the installer at?!

  2. #2
    Join Date
    Dec 2006
    Location
    Maryland
    Beans
    95
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: VMware and Ubuntu Hardy prob

    Quote Originally Posted by NetSkay View Post
    hey guys im trying to install vmware tools on a guest OS but i have prob with the C header files... apperently they dont match my running kernel... any ideas?!
    i did
    sudo apt-get install linux source
    sudo apt-get install linux-headers

    which dir should i point the installer at?!
    have you tried
    Code:
    uname -r
    and putting the output in place of 'uname -r'?
    Code:
    sudo aptitude install linux-headers-'uname -r'

  3. #3
    Join Date
    Jul 2008
    Beans
    51

    Exclamation Re: VMware and Ubuntu Hardy prob

    okay i did this and i have everything and i get this message, same as before...

    What is the location of the directory of C header files that match your running kernel? [/usr/src/linux/incclude]
    i put this
    /usr/src/linux-headers-2.6.24-19-generic/include

    installer response
    the directory of kernel headers (version @@VMWARE@@ UTS_RELEASE) does not match your running kernel (version 2.6.24-19-generic). even if the module were to compile successfully, it would not load into the running kernel

    then it asks for the directory again wtf?!

  4. #4
    Join Date
    Feb 2007
    Beans
    24,961
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: VMware and Ubuntu Hardy prob

    Moved to Virtualization.
    Hi and welcome you may look at the sticky in this forum
    http://ubuntuforums.org/showthread.php?t=779934

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •