Dave,
Did that. Now when I try: 'make xconfig' in the /usr/src/linux
directory I get the following:
rm -f include/asm
< cd include ; ln-sf asm-i386 asm>
make -C scritps kconfig.tk
make[1]: Entering directory 'usr/src/linux-2.2.14/scripts'
gcc -Wall -Wstrict-prototypes -02 -fomit-frame-pointer -c -o tkparse.o
tkparse.c
make[1]: Leaving directory 'usr/src/linux/2.2.14/scripts'
make: *** [xconfig] Error 2
Obviously I don't have all the necessary parts and piece installed.
Where do I find a list of the necessary items or is it just easier to
reinstall all?
Thanks,
Bob Hartung
Dave Reed wrote:
>
> >
> > Okay, I finally managed to get RH 6.2 installed and operating on an old
> > P90 to be used as a masquerade server. I had quite a time with the boot
> > image disks until I found the right one to use under the Anaconda
> > downloads.
> >
> > My problem now is that apparently I did not install all of the source
> > files for a kernel make so I can add a few features. How do I go about
> > making sure that all RPMs are loaded? Is there a single utility to load
> > the source files off the installation CD-ROM? Should I do an upgrade
> > with the original install disk and choose custom and select the
> > development items?
>
> 1. log in as root
> 2. put the 6.2 CD in and mount int (something like:
> mount /dev/cdrom /mnt/cdrom (you may need to "mkdir /mnt/cdrom" first)
> 3. cd /mnt/cdrom/RedHat/RPMS
> 4. rpm -Uvh kernel-source* kernel-headers*
> 5. cd /usr/src/
> 6. umount /dev/cdrom
>
> you should see the source in /usr/src/linux
>
> HTH,
> Dave
>
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.