Try installing kernel-source-2.2.16-22.rpm from RH7.0 Binary-Disk 1. Description : The kernel-source package contains the source code files for the Linux kernel. These source files are needed to build most C programs, since they depend on the constants defined in the source code. The source files can also be used to build a custom kernel that is better tuned to your particular hardware. This is not the same as the linux-2.2.16.tar.gz found in the kernel SRPM. Just a note, *.src.rpm files were meant to be built with `rpmbuild`. Try it, its pretty cool. Pick any *.src.rpm and (as root) run `rpmbuild --rebuild file.src.rpm`. It will create all the required rpm files and place them in /usr/src/redhat/RPMS/i386. Example: 'libxml2-2.4.23-1.src.rpm' will create: 'libxml2-2.4.23-1.i386.rpm' AND 'libxml2-devel-2.4.23-1.i386.rpm' AND 'libxml2-python-2.4.23-1.i386.rpm' Building srpms helps alleviate the dependency problems (the operative word here is helps). Bart On Sun, 2003-11-09 at 08:52, Chris Gehlker wrote: > On Nov 8, 2003, at 7:14 PM, Bart Garst wrote: > > > I have a copy of modversions.h that has far more content than yours. It > > came from kernel-source-2.4.xxxx.rpm. > > > > Check and see if you have that installed. I have a set of RH7.0 discs > > and can post the kernel-source rpm if you need it (as long as it > > matches > > your kernel version). > > Actually, I'm using the older kernel, 2.2.16-22, but I still must be > doing something wrong. The first time I tried to build rhinefet is > said something about not finding the kernel source. So I stuck in my > Red Hat 7.0 SRPMS disk and installed the kernel SRPM. This out a bunch > of stuff in /usr/src/redhat/SOURCES and kernel-2.2.spec in > /usr/src/redhat/SPECS. > > One of the things in /usr/src/redhat/SOURCES was linux-2.2.16.tar.gz so > I untared it which gave me a linux tree in /usr/src/redhat/SOURCES. > Then I made a symlink from /usr/src/linux to > /usr/src/redhat/SOURCES/linux. > > But now when I try to build rhinefet I just get: > *** Linux kernel source not configured - missing version.h. Stop > > I'm stuck and I'm off the read the Red Hat Version 7.0 reference. > > I would appreciate any help though. > > --------------------------------------------------- > PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us > To subscribe, unsubscribe, or to change you mail settings: > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss