Re: A little problem.

2001-04-20 Thread Guennadi Liakhovetski
It is way OT here, but since Alan replied to this, I'll continue this thread a bit: The interesting bit here, that I don't understand, is - how in RedHat-7.0, that was released last year, libc is compiled against 2.4.0?... Did they include headers from one of pre / test versions? Thanks Guennadi

Re: A little problem.

2001-04-19 Thread Alan Cox
> and upgrade the Linux Kerenl from their original 2.2.16 to 2.2.18. But when > I compile some modules, it said my kernel is 2.4.0. I check the > /usr/include/linux/version.h as follows, found that it shows I am using > Kernel 2.4.0. No. It shows the headers your C compiler libraries are built ag

RE: A little problem.

2001-04-19 Thread Bingner Sam J. Contractor RSIS
sounds to me like you have the wrong source in /usr/src/linux there is a module you can install, or you can do it as I normally would... obtain kernel source for 2.2.18 from ftp.kernel.org and put it in "/usr/src" (/pub/linux/kernel/v2.2/linux-2.2.18.tar.bz2) remove the symlink in /usr/src "rm -

A little problem.

2001-04-19 Thread Hai Xu
Dear all, I have a question about the kernel used by the RedHat. I am using Redhat 7.0 and upgrade the Linux Kerenl from their original 2.2.16 to 2.2.18. But when I compile some modules, it said my kernel is 2.4.0. I check the /usr/include/linux/version.h as follows, found that it shows I am usin