The following lines seem to be missing from /usr/src/linux/include/linux/version.h: #if defined(__module__smp) #define UTS_RELEASE "2.4.6-4mdksmp" #elif defined(__module__enterprise) #define UTS_RELEASE "2.4.6-4mdkenterprise" #else #define UTS_RELEASE "2.4.6-4mdk" #endif Not sure why they weren't there but adding them did the trick for me. -tem On Tue, 17 Jul 2001, Ray wrote: > I just did a clean install yesterday and now vmware wont compile the modules. > > > What is the location of the directory of C header files that match your > running kernel? [/usr/src/linux/include] > > The directory of kernel headers (version @@VMWARE@@ UTS_RELEASE) does not > match your running kernel (version 2.4.6-4mdk). Consequently, even if the > compilation of the module was successful, the module would not load into the > running kernel. > > >
