Results 1 to 9 of 9

Thread: installing vmware tools in ubuntu 11.10

  1. #1
    Join Date
    Jun 2006
    Location
    Miami, FL
    Beans
    789
    Distro
    Ubuntu 10.10 Maverick Meerkat

    installing vmware tools in ubuntu 11.10

    guys, I'm trying to install vmware tools in my ubuntu vm mahcine; however, after installing linux-headers-`uname -r` and linux-essential, I still can't finish the tools installation, I get stock right here
    Code:
    If you wish to have the shared folders feature, you can install the driver by 
    running vmware-config-tools.pl again after making sure that gcc, binutils, make
    and the kernel sources for your running kernel are installed on your machine. 
    These packages are available on your distribution's installation CD.
    [ Press Enter key to continue ]
    any help appreciated
    looking for tips and tutorials, checkout
    http://www.pctechtips.org

  2. #2
    Join Date
    Nov 2009
    Location
    Gainesville, VA
    Beans
    459
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: installing vmware tools in ubuntu 11.10

    Are the packages mentioned installed?

  3. #3
    Join Date
    Apr 2011
    Location
    Maryland
    Beans
    1,461
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: installing vmware tools in ubuntu 11.10

    Quote Originally Posted by Mia_tech View Post
    guys, I'm trying to install vmware tools in my ubuntu vm mahcine; however, after installing linux-headers-`uname -r` and linux-essential, I still can't finish the tools installation, I get stock right here
    Code:
    If you wish to have the shared folders feature, you can install the driver by 
    running vmware-config-tools.pl again after making sure that gcc, binutils, make
    and the kernel sources for your running kernel are installed on your machine. 
    These packages are available on your distribution's installation CD.
    [ Press Enter key to continue ]
    any help appreciated
    Try installing build-essential:

    Code:
    sudo apt-get install build-essential
    I believe that has all of the stuff you're missing to finish the VMware tools installation.

  4. #4
    Join Date
    Jun 2006
    Location
    Miami, FL
    Beans
    789
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: installing vmware tools in ubuntu 11.10

    Quote Originally Posted by drmrgd View Post
    Try installing build-essential:

    Code:
    sudo apt-get install build-essential
    I believe that has all of the stuff you're missing to finish the VMware tools installation.
    root@ubuntu-vm:~# apt-get install build-essential gcc
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    build-essential is already the newest version.
    gcc is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    root@ubuntu-vm:~#
    looking for tips and tutorials, checkout
    http://www.pctechtips.org

  5. #5
    Join Date
    Apr 2011
    Location
    Maryland
    Beans
    1,461
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: installing vmware tools in ubuntu 11.10

    Quote Originally Posted by Mia_tech View Post
    root@ubuntu-vm:~# apt-get install build-essential gcc
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    build-essential is already the newest version.
    gcc is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    root@ubuntu-vm:~#
    Hmmm...well looks like you have those packages, it's not that. At what stage are you getting this error? Usually, you'll have to answer a bunch of questions like "gcc is located in /usr/bin/gcc. Would you like to change the path?" and "Generic Linux Kernel headers were found..." blah, blah, blah. I sort of remember trying to install once before I had installed gcc and some other things, and got that error when it was looking for the gcc path. When is this coming up for you? That might help indicate what you're missing.

  6. #6
    Join Date
    Feb 2005
    Location
    Melbourne, Australia
    Beans
    13,510
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: installing vmware tools in ubuntu 11.10

    Quote Originally Posted by Mia_tech View Post
    guys, I'm trying to install vmware tools in my ubuntu vm mahcine; however, after installing linux-headers-`uname -r` and linux-essential, I still can't finish the tools installation, I get stock right here
    Code:
    If you wish to have the shared folders feature, you can install the driver by 
    running vmware-config-tools.pl again after making sure that gcc, binutils, make
    and the kernel sources for your running kernel are installed on your machine. 
    These packages are available on your distribution's installation CD.
    [ Press Enter key to continue ]
    any help appreciated
    Stuck?, that is the message you get after successful installation.

    Did you simply "Press Enter" as it asked you?
    Regards, David.
    Please use the Forum search and Wiki search for immediate help
    Please mark your thread as Solved when appropriate
    New to technical forums?: How To Ask Questions The Smart Way

  7. #7
    Join Date
    Jun 2006
    Location
    Miami, FL
    Beans
    789
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: installing vmware tools in ubuntu 11.10

    Quote Originally Posted by dcstar View Post
    Stuck?, that is the message you get after successful installation.

    Did you simply "Press Enter" as it asked you?
    yes, I pressed enter, and it promps me for the same message. if you read the errors, it seems that it installed, but the errors is related to file sharing features... correct me if I'm wrong!

    Code:
    /. \
    	  MODULEBUILDDIR= modules
    make[1]: Entering directory `/usr/src/linux-headers-3.0.0-16-generic'
      CC [M]  /tmp/vmware-root/modules/vmhgfs-only/backdoor.o
      CC [M]  /tmp/vmware-root/modules/vmhgfs-only/backdoorGcc32.o
      CC [M]  /tmp/vmware-root/modules/vmhgfs-only/bdhandler.o
      CC [M]  /tmp/vmware-root/modules/vmhgfs-only/cpName.o
      CC [M]  /tmp/vmware-root/modules/vmhgfs-only/cpNameLinux.o
      CC [M]  /tmp/vmware-root/modules/vmhgfs-only/cpNameLite.o
      CC [M]  /tmp/vmware-root/modules/vmhgfs-only/dentry.o
      CC [M]  /tmp/vmware-root/modules/vmhgfs-only/dir.o
      CC [M]  /tmp/vmware-root/modules/vmhgfs-only/file.o
      CC [M]  /tmp/vmware-root/modules/vmhgfs-only/filesystem.o
    /tmp/vmware-root/modules/vmhgfs-only/filesystem.c:48:28: fatal error: linux/smp_lock.h: No such file or directory
    compilation terminated.
    make[2]: *** [/tmp/vmware-root/modules/vmhgfs-only/filesystem.o] Error 1
    make[1]: *** [_module_/tmp/vmware-root/modules/vmhgfs-only] Error 2
    make[1]: Leaving directory `/usr/src/linux-headers-3.0.0-16-generic'
    make: *** [vmhgfs.ko] Error 2
    make: Leaving directory `/tmp/vmware-root/modules/vmhgfs-only'
    
    The filesystem driver (vmhgfs module) is used only for the shared folder 
    feature. The rest of the software provided by VMware Tools is designed to work 
    independently of this feature.
    
    If you wish to have the shared folders feature, you can install the driver by 
    running vmware-config-tools.pl again after making sure that gcc, binutils, make
    and the kernel sources for your running kernel are installed on your machine. 
    These packages are available on your distribution's installation CD.
    [ Press Enter key to continue ]
    looking for tips and tutorials, checkout
    http://www.pctechtips.org

  8. #8
    Join Date
    Mar 2012
    Beans
    1

    Re: installing vmware tools in ubuntu 11.10

    fatal error: linux/smp_lock.h: No such file or directory compilation terminated.
    Your compiler and associated tools appear to be working correctly.

    I have the same problem. A search for the above error message suggests that the version of VMware Tools available in VMWare7.1.5 is not compatible with Linux kernel 3.x sources.

    My searchs suggest that there are others with a similar problem and the solutions where they have been found involve patching the VMware-tools sources to match the new kernel headers.

    See the discussion here. Note the comment "Ubuntu 11.10 is not officially supported by VMware Workstation 7.x as a guest."

    Now that VMware 8 is out, it seems less likely that VMware will provide a solution. But VMware 8 and the associated VMware-Player-4.0.2 require 64 bit hosts, so for those of us struggling on on 32 host machines there is no easy solution.

    If I find a better solution, I'll let you know!
    Last edited by eclecticsol; March 9th, 2012 at 05:23 PM.

  9. #9
    Join Date
    Feb 2005
    Location
    Melbourne, Australia
    Beans
    13,510
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: installing vmware tools in ubuntu 11.10

    Quote Originally Posted by eclecticsol View Post
    ..........
    Now that VMware 8 is out, it seems less likely that VMware will provide a solution. But VMware 8 and the associated VMware-Player-4.0.2 require 64 bit hosts, so for those of us struggling on on 32 host machines there is no easy solution.
    Really, then why do VMware offer 64-bit and 32-bit downloads?
    Regards, David.
    Please use the Forum search and Wiki search for immediate help
    Please mark your thread as Solved when appropriate
    New to technical forums?: How To Ask Questions The Smart Way

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
  •