Walter Tautz <[EMAIL PROTECTED]> writes: > during the run of vmware-config.pl it keeps asking for the > location of the kernel headers, so I tell it /usr/include > but it complains: (I am running testing (woody)): > > ------------- Begining of config log------------------ > > What is the location of the directory of C header files that match > your running kernel? [/usr/src/linux/include] /usr/include
You really shouldn't use the header files in /usr/include/linux for anything if you can help it; they're only there because some things in libc depend on them. (See /usr/share/doc/libc6/README.Debian for more details.) If you need to build a kernel module you need a kernel source tree corresponding to your kernel; if you're running a Debian-provided kernel, you can use the appropriate kernel-source-* package for this purpose. -- David Maze [EMAIL PROTECTED] http://people.debian.org/~dmaze/ "Theoretical politics is interesting. Politicking should be illegal." -- Abra Mitchell