vmware server on fedora 7

Discussion in 'HOWTO-Related Questions' started by mmarino, Jul 19, 2007.

  1. mmarino

    mmarino New Member

    I'm having trouble getting vmware installed on fedora 7. I'm using the latest version, 1.0.3

    I've followed falko's walkthrough: http://www.howtoforge.com/vmware_server_fedora7

    When running the vmware-config.pl, I get stuck here:

    Of course, /usr/src/ does not have a linux directory, but I'm not sure where to point this to. Any help would be appreciated.

    Thank you!
    Michael
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Did you install the package groups
    Development > Development Libraries
    Development > Development Tools

    ?
     
  3. mmarino

    mmarino New Member

    I did, actually I think the problem might have been using the xen kernel. It was installed with virtualization by default. I'm going to try to remove virtualization and then see if that helps.
     
  4. elihadad

    elihadad New Member

    Problems in the new kernel of fedora7

    I am using the new kernel of Fedora7, I followed the instructions in this link: http://www.howtoforge.com/vmware_server_fedora7 and after trying to apply the patch I get the following errors:

    Building for VMware Server 1.0.0.
    Using 2.6.x kernel build system.
    make: Entering directory `/tmp/vmware-config4/vmmon-only'
    make -C /lib/modules/2.6.22.1-27.fc7/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
    make[1]: Entering directory `/usr/src/kernels/2.6.22.1-27.fc7-i686'
    CC [M] /tmp/vmware-config4/vmmon-only/linux/driver.o
    CC [M] /tmp/vmware-config4/vmmon-only/linux/hostif.o
    CC [M] /tmp/vmware-config4/vmmon-only/common/cpuid.o
    CC [M] /tmp/vmware-config4/vmmon-only/common/hash.o
    CC [M] /tmp/vmware-config4/vmmon-only/common/memtrack.o
    CC [M] /tmp/vmware-config4/vmmon-only/common/phystrack.o
    CC [M] /tmp/vmware-config4/vmmon-only/common/task.o
    cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
    cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
    cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
    cc1plus: warning: command line option "-ffreestanding" is valid for C/ObjC but not for C++
    include/asm/page.h: In function ‘pte_t native_make_pte(long unsigned int)’:
    include/asm/page.h:112: error: expected primary-expression before ‘)’ token
    include/asm/page.h:112: error: expected ‘;’ before ‘{’ token
    include/asm/page.h:112: error: expected primary-expression before ‘.’ token
    include/asm/page.h:112: error: expected `;' before ‘}’ token
    make[2]: *** [/tmp/vmware-config4/vmmon-only/common/task.o] Error 1
    make[1]: *** [_module_/tmp/vmware-config4/vmmon-only] Error 2
    make[1]: Leaving directory `/usr/src/kernels/2.6.22.1-27.fc7-i686'
    make: *** [vmmon.ko] Error 2
    make: Leaving directory `/tmp/vmware-config4/vmmon-only'
    Unable to build the vmmon module.


    Any idea how to solve this issue? Is there any updated patch for this?

    Thanks,
    Eli
     

Share This Page