Paul Howarth wrote:
On Sun, 2006-04-23 at 08:25 -0400, Bob Goodwin wrote:
I'm not sure what's happening here or why? It appears to want
"KBUILD=/lib/modules/" added to the "make" command? Perhaps my syntax
is wrong? Can anyone tell me what I'm doing wrong?
[root@box4 ndiswrapper-1.12]# make
KBUILD=/lib/modules/2.6.15-1.2054_FC5/build
make -C driver
make[1]: Entering directory
`/root/download/networking/ndiswrapper-1.12/driver'
Can't find kernel build files in /lib/modules/2.6.15-1.2054_FC5/build;
give the path to kernel build directory with
KBUILD=<path> argument to make
make[1]: *** [prereq_check] Error 1
make[1]: Leaving directory
`/root/download/networking/ndiswrapper-1.12/driver'
make: *** [all]
Do you have kernel-devel-2.6.16-1.2054_FC5 installed?
Paul.
No, it appears I do not but I still have the RPM in this computer and
can transfer it to the box I'm working on.
Incidentally, I save all the yum rpm's for later use as needed on
computers not connected to the internet. Last night I ran Yumex update
and when it finished it cleaned out ALL my yum rpms! I was still
cursing whomever did that when I got up this morning. I suspect the
preferences were changed in an update?
I will add kernel-devel.
Thank you for the help.
BobG