What should I do to fix this?

### Something is wrong with the system include files on
### your machine!  The file <linux/version.h> is for a
### 2.2.5 Linux system but you are running a 2.2.6
### kernel.  This will not work for building the VMware device
### drivers; you must have include files that match the version
### of your operating system.

Here is my proposed fix:

I cd /usr/include

there I do this:

ln -s /usr/src/linux/include/asm-i386 asm
ln -s /usr/src/linux/include/linux linux
ln -s /usr/src/linux/include/scsi scsi
ln -s /usr/src/linux/include/net net

Then I recompile my kernel.  Will that take care of it?  I know I have an old
kernel image installed when I installed Debian.  Will I also have to find and
remove it?

thanks

--
Andrew


Reply via email to