<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.3.2">
</HEAD>
<BODY>
Unable to configure vmware with the vmware-config.pl<BR>
<BR>
there's the out put of the compilation:<BR>
vmware-config.pl<BR>
Making sure services for VMware Workstation are stopped.<BR>
<BR>
Stopping VMware services:<BR>
   Virtual machine monitor                                 [  OK  ]<BR>
   Bridged networking on /dev/vmnet0                       [  OK  ]<BR>
   DHCP server on /dev/vmnet1                              [  OK  ]<BR>
   Host-only networking on /dev/vmnet1                     [  OK  ]<BR>
   DHCP server on /dev/vmnet8                              [  OK  ]<BR>
   NAT service on /dev/vmnet8                              [  OK  ]<BR>
   Host-only networking on /dev/vmnet8                     [  OK  ]<BR>
   Virtual ethernet                                        [  OK  ]<BR>
<BR>
Trying to find a suitable vmmon module for your running kernel.<BR>
<BR>
None of the pre-built vmmon modules for VMware Workstation is suitable for your<BR>
running kernel.  Do you want this program to try to build the vmmon module for<BR>
your system (you need to have a C compiler installed on your system)? [yes]<BR>
<BR>
Using compiler "/usr/bin/gcc". Use environment variable CC to override.<BR>
<BR>
What is the location of the directory of C header files that match your running<BR>
kernel? [/lib/modules/2.6.11-1.14_FC3/build/include]<BR>
<BR>
Extracting the sources of the vmmon module.<BR>
<BR>
Building the vmmon module.<BR>
<BR>
Using 2.6.x kernel build system.<BR>
make: Entering directory `/tmp/vmware-config4/vmmon-only'<BR>
make -C /lib/modules/2.6.11-1.14_FC3/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules<BR>
make[1]: Entering directory `/lib/modules/2.6.11-1.14_FC3/build'<BR>
  CC [M]  /tmp/vmware-config4/vmmon-only/linux/driver.o<BR>
  CC [M]  /tmp/vmware-config4/vmmon-only/linux/hostif.o<BR>
In file included from /tmp/vmware-config4/vmmon-only/linux/hostif.c:68:<BR>
/tmp/vmware-config4/vmmon-only/./include/pgtbl.h: In function `PgtblVa2PTELocked':<BR>
/tmp/vmware-config4/vmmon-only/./include/pgtbl.h:81: warning: passing arg 1 of `pmd_offset' from incompatible pointer type<BR>
  CC [M]  /tmp/vmware-config4/vmmon-only/common/cpuid.o<BR>
  CC [M]  /tmp/vmware-config4/vmmon-only/common/memtrack.o<BR>
  CC [M]  /tmp/vmware-config4/vmmon-only/common/phystrack.o<BR>
  CC [M]  /tmp/vmware-config4/vmmon-only/common/task.o<BR>
  CC [M]  /tmp/vmware-config4/vmmon-only/common/vmx86.o<BR>
  LD [M]  /tmp/vmware-config4/vmmon-only/vmmon.o<BR>
  Building modules, stage 2.<BR>
  MODPOST<BR>
  CC      /tmp/vmware-config4/vmmon-only/vmmon.mod.o<BR>
  LD [M]  /tmp/vmware-config4/vmmon-only/vmmon.ko<BR>
make[1]: Leaving directory `/lib/modules/2.6.11-1.14_FC3/build'<BR>
cp -f vmmon.ko ./../vmmon.o<BR>
make: Leaving directory `/tmp/vmware-config4/vmmon-only'<BR>
The module loads perfectly in the running kernel.<BR>
<BR>
This program previously created the file /dev/vmmon, and was about to remove it.<BR>
Somebody else apparently did it already.<BR>
<BR>
Extracting the sources of the vmnet module.<BR>
<BR>
Building the vmnet module.<BR>
<BR>
Using 2.6.x kernel build system.<BR>
make: Entering directory `/tmp/vmware-config4/vmnet-only'<BR>
make -C /lib/modules/2.6.11-1.14_FC3/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules<BR>
make[1]: Entering directory `/lib/modules/2.6.11-1.14_FC3/build'<BR>
  CC [M]  /tmp/vmware-config4/vmnet-only/driver.o<BR>
  CC [M]  /tmp/vmware-config4/vmnet-only/hub.o<BR>
  CC [M]  /tmp/vmware-config4/vmnet-only/userif.o<BR>
In file included from /tmp/vmware-config4/vmnet-only/userif.c:45:<BR>
/tmp/vmware-config4/vmnet-only/pgtbl.h: In function `PgtblVa2PTELocked':<BR>
/tmp/vmware-config4/vmnet-only/pgtbl.h:81: warning: passing arg 1 of `pmd_offset' from incompatible pointer type<BR>
/tmp/vmware-config4/vmnet-only/userif.c: In function `VNetCopyDatagramToUser':<BR>
/tmp/vmware-config4/vmnet-only/userif.c:563: warning: implicit declaration of function `skb_copy_datagram'<BR>
  CC [M]  /tmp/vmware-config4/vmnet-only/netif.o<BR>
  CC [M]  /tmp/vmware-config4/vmnet-only/bridge.o<BR>
  CC [M]  /tmp/vmware-config4/vmnet-only/procfs.o<BR>
  LD [M]  /tmp/vmware-config4/vmnet-only/vmnet.o<BR>
  Building modules, stage 2.<BR>
  MODPOST<BR>
Warning: could not open /tmp/vmware-config4/vmnet-only/includeCheck.h: Success<BR>
*** Warning: "skb_copy_datagram" [/tmp/vmware-config4/vmnet-only/vmnet.ko] undefined!<BR>
  CC      /tmp/vmware-config4/vmnet-only/vmnet.mod.o<BR>
  LD [M]  /tmp/vmware-config4/vmnet-only/vmnet.ko<BR>
make[1]: Leaving directory `/lib/modules/2.6.11-1.14_FC3/build'<BR>
cp -f vmnet.ko ./../vmnet.o<BR>
make: Leaving directory `/tmp/vmware-config4/vmnet-only'<BR>
Unable to make a vmnet module that can be loaded in the running kernel:<BR>
insmod: error inserting '/tmp/vmware-config4/vmnet.o': -1 Unknown symbol in module<BR>
There is probably a slight difference in the kernel configuration between the<BR>
set of C header files you specified and your running kernel.  You may want to<BR>
rebuild a kernel based on that directory, or specify another directory.<BR>
<BR>
For more information on how to troubleshoot module-related problems, please<BR>
visit our Web site at "http://www.vmware.com/download/modules/modules.html" and<BR>
"<A HREF="http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html">http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html</A>".<BR>
<BR>
<B><FONT SIZE="7">Execution aborted</FONT></B>.<BR>
<BR>
<BR>
</BODY>
</HTML>