On 05/21/2002 03:06 PM, did Farhan Ahmed write (doodah! doodah!):
> as directed by a couple of people,
> i installed the kernel-source rpm (kernel-source-2.4.7-10.i386.rpm) but 
> when i point to the 'include' directory, vmware-config.pl tells me that 
> the header files present there are for a multiprocessor system while i am 
> running a uniporcessor system. why is that? any hints?

Here is something that would work for my Debian system.  It should, 
possibly with minor changes, work for your RH system as well:

1. Find out which version of kernel that you are currently running by 
typing in 'uname -a'.

root@daemon:[1] ~ # uname -a
Linux daemon 2.4.17-386 #2 Sat Dec 22 21:55:21 EST 2001 i686 unknown

This tells me I'm running version 2.4.17-386.

2. cd /boot

3. Copy the approriate configuration file for the currently running 
kernel over to /usr/src/linux.

root@daemon:[4] /boot # cp /boot/config-2.4.17-386 /usr/src/linux/.config

This copies over the appropriate config file over to /usr/src/linux/.config

4. Cd over to /usr/src/linux
5. Run 'make dep'

Should, hopefully, work.

Thaths
-- 
    "Homer, your theory of a donut-shaped universe is intriguing."
                      -- Stephen Hawking
thaths at aunet.org   Slacker At Large   http://www.aunet.org/~thaths/
Key fingerprint = 8A 84 2E 67 10 9A 64 03  24 38 B6 AB 1B 6E 8C E4


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to