Bug 28872

Summary: VMware 2.0.3 install issues
Product: [Retired] Red Hat Linux Reporter: Chris Runge <crunge>
Component: kernelAssignee: Michael K. Johnson <johnsonm>
Status: CLOSED NOTABUG QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-02-22 15:50:14 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Chris Runge 2001-02-22 15:33:40 UTC
Wolverine (RC1)

VMware 2.0.3 has problems installing because it needs to recompile its
kernel modules but can't locate the problem files. The kernel-headers and
kernel-source RPMS are installed. Pointing to /usr/src/linux/include
doesn't work because the /usr/src/linux symlink isn't present;  pointing to
/usr/src/linux-2.4/include doesn't work due to a missing autoconf header
files; and pointing to /usr/include doesn't causes errors during
compilation. 

This all may be a VMware issue but Aaron Brown asked that I bugzilla it
anyway.

Comment 1 Arjan van de Ven 2001-02-22 15:50:10 UTC
You need to install kernel headers
and vmware should look at "/lib/modules/`uname -r/build/include", which
is the official "find me my kernel headers" for a long time now.


Comment 2 Michael K. Johnson 2001-02-22 15:57:35 UTC
Oops, that should be "/lib/modules/`uname -r`/build/include"