Have you done the make dist-clean as Drew suggested earlier? This will put you
back to the original unconfigured state.
So:
$ make dist-clean
$ ./configure --with-linux-source=/usr/src/linux
$ make
I'm assuming that you installed and compiled a new kernel from /usr/src/linux?
thanks,
- Dale
On Wed, Feb 21, 2001 at 05:46:48PM -0800, cogagni_plex86_list wrote:
> I am running fisher - redhat 7.0.9.0 on an ABIT BP6 with 2 Cel 500s
> I installed the kernel-source rpm, which installs into /usr/src/linux-2.4.0
> and then ./configure --with-linux-source=/usr/src/linux-2.4.0
> did make
> and I still kernel the same kernel mismatch
> I did rpm -q kernel-headers and rpm -q kernel-source and they are both
> installed
>
> there's some small thing I am missing?
>
> > Try:
> >
> > ./configure --with-linux-source=/usr/src/linux
> >
> > Otherwise on some distributions (e.g. Debian maybe others) the compiler
> will
> > pick up the headers used to compile libc from /usr/include. You may need
> to
> > 'make clean'.
> >
> > thanks,
> >
> > - Dale Thatcher
> >
> > PS Sub /usr/src/linux for wherever you've compiled your kernel.
> >
>
>
>
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>