It's your call, you could do a reinstall which might be easier now
that you know how to do it and have the correct boot disk, etc. and
select all packages (if you have the disk space).

Or, you could try to figure out which RPMS you need - shouldn't be too
bad.  I can't tell which one it's missing from the error message below.

Here's a list of RPMS that you probably need to compile a kernel off
the top of my head, but I'm probably missing some and may have a few
you don't need.  You could repeated the process below and rpm -Uvh
those rpms as a first try.  If you can't figure out all the RPMS, just
reinstall or just type: rpm -Uvh *.rpm - I don't think that will mess
up your system (it will complain a lot about rpms already being
installed).  The worst that could happen is that you'd have to
reinstall anyway :-)

cpp-1.1.2-30.i386.rpm
dev86-0.15.0-2.i386.rpm
egcs-1.1.2-30.i386.rpm
glibc-2.1.3-15.i386.rpm
glibc-devel-2.1.3-15.i386.rpm
make-3.78.1-4.i386.rpm
tk-8.0.5-35.i386.rpm

HTH,
Dave


> Date: Sat, 24 Jun 2000 14:46:21 -0500
> From: Bob Hartung <[EMAIL PROTECTED]>
> 
> 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.

Reply via email to