Problem with VMWare Server on Ubuntu 6.10

Discussion in 'HOWTO-Related Questions' started by anrapas, Mar 28, 2007.

  1. anrapas

    anrapas New Member

    When I try to configure my VMWare server 1.0.2 in Ubuntu 6.10 server amd64 I get this messages:

    root@servidor:~# vmware-config.pl
    /usr/bin/ldd: line 171: /lib/ld-linux.so.2: No such file or directory
    ldd: /lib/ld-linux.so.2 exited with unknown exit code (127)
    Making sure services for VMware Server are stopped.

    Stopping VMware services:
    Virtual machine monitor done
    Bridged networking on /dev/vmnet0 done
    DHCP server on /dev/vmnet1 done
    Host-only networking on /dev/vmnet1 done
    DHCP server on /dev/vmnet8 done
    NAT service on /dev/vmnet8 done
    Host-only networking on /dev/vmnet8 done
    Virtual ethernet done

    Configuring fallback GTK+ 2.4 libraries.

    In which directory do you want to install the mime type icons?
    [/usr/share/icons]

    What directory contains your desktop menu entry files? These files have a
    .desktop file extension. [/usr/share/applications]

    In which directory do you want to install the application's icon?
    [/usr/share/pixmaps]

    Trying to find a suitable vmmon module for your running kernel.

    None of the pre-built vmmon modules for VMware Server is suitable for your
    running kernel. Do you want this program to try to build the vmmon module for
    your system (you need to have a C compiler installed on your system)? [yes]

    Using compiler "/usr/bin/gcc". Use environment variable CC to override.

    What is the location of the directory of C header files that match your running
    kernel? [/lib/modules/2.6.17-10-generic/build/include]

    Extracting the sources of the vmmon module.

    Building the vmmon module.

    Using 2.6.x kernel build system.
    make: Entering directory `/tmp/vmware-config0/vmmon-only'
    make -C /lib/modules/2.6.17-10-generic/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
    make[1]: Entering directory `/usr/src/linux-headers-2.6.17-10-generic'
    CC [M] /tmp/vmware-config0/vmmon-only/linux/driver.o
    CC [M] /tmp/vmware-config0/vmmon-only/linux/hostif.o
    CC [M] /tmp/vmware-config0/vmmon-only/common/cpuid.o
    CC [M] /tmp/vmware-config0/vmmon-only/common/hash.o
    CC [M] /tmp/vmware-config0/vmmon-only/common/memtrack.o
    CC [M] /tmp/vmware-config0/vmmon-only/common/phystrack.o
    CC [M] /tmp/vmware-config0/vmmon-only/common/task.o
    CC [M] /tmp/vmware-config0/vmmon-only/common/vmx86.o
    CC [M] /tmp/vmware-config0/vmmon-only/vmcore/moduleloop.o
    LD [M] /tmp/vmware-config0/vmmon-only/vmmon.o
    Building modules, stage 2.
    MODPOST
    CC /tmp/vmware-config0/vmmon-only/vmmon.mod.o
    LD [M] /tmp/vmware-config0/vmmon-only/vmmon.ko
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.17-10-generic'
    cp -f vmmon.ko ./../vmmon.o
    make: Leaving directory `/tmp/vmware-config0/vmmon-only'
    The module loads perfectly in the running kernel.

    This program previously created the file /dev/vmmon, and was about to remove
    it. Somebody else apparently did it already.

    Unable to change the access rights of the file /dev/vmmon.

    Execution aborted.

    root@servidor:~#


    Do anybody know whats going on? Thanks.
     
  2. falko

    falko Super Moderator Howtoforge Staff

Share This Page