2 Sep
2004
2 Sep
'04
11:57
On Thu, 2004-09-02 at 07:51 -0400, Rafael E. Herrera wrote:
Ed Harrison wrote:
VMWare had worked under 2.6.7 for weeks, then nada. This is a vanilla kernel from kernel.org. It wants root to execute vmware-config.pl, but complains that it cannot find:
/usr/src/linux-2.6.7/include/linux/version.h and autoconf.h.
The kernel and modules have been rebuilt and installed.
I have searched the archives and cannot find exactly this problem.
It'd be easier to check whether those to files are there or not.
If not, I'd suggest you run "make oldconfig" (to reuse your .config file) and "make dep", then try vmware-config.pl again.
"make dep" isn't used in the 2.6 kernels. Use "make prepare" instead