* 2.4.20 make install glitch...
@ 2003-01-06 23:26 Rob Landley
0 siblings, 0 replies; only message in thread
From: Rob Landley @ 2003-01-06 23:26 UTC (permalink / raw)
To: linux-kernel
Installing 2.4.20 on a fresh red hat 8 system, doing the standard:
make dep clean bzImage modules install modules_install:
Barfs with the following error:
---
blah blah blah...
Root device is (3, 4)
Boot sector 512 bytes.
Setup is 2645 bytes.
System is 893 kB
sh -x ./install.sh 2.4.20 bzImage /home/landley/linux-2.4.20/System.map ""
+ '[' -x /root/bin/installkernel ']'
+ '[' -x /sbin/installkernel ']'
+ exec /sbin/installkernel 2.4.20 bzImage
/home/landley/linux-2.4.20/System.map ''
/lib/modules/2.4.20 is not a directory.
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/landley/linux-2.4.20/arch/i386/boot'
make: *** [install] Error 2
---
I.E. make install tries to drop System.map into /lib/modules/`uname -a`, but
doesn't create it first.
I guess modules_install also installs the bzImage?
Rob
--
penguicon.sf.net - A combination Linux Expo and Science Fiction Convention
with GOHs Terry Pratchett, Eric Raymond, Pete Abrams, Illiad & CmdrTaco.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-01-08 17:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-06 23:26 2.4.20 make install glitch Rob Landley
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.