Tony Melia wrote:
> Henrik previously advised the solution was...
> .
> Older glibc headers fails if you replace the kernel headers with 2.4
> headers.
>
> To ensure glibc compability /usr/include/asm and /usr/include/linux should
> be the headers glibc was built for, not your current kernel headers.
It very much depends on what you did when you installed the 2.4 kernel.
Something like this might work:
cd /usr/src/
mv linux linux.other
ln -s linux-2.2.14 linux
/usr/include/asm and /usr/include/linux SHOULD point to the kernel
headers delivered with the OS.
If you have any troble, try reinstalling the kernel-headers RPM.
-- Henrik Nordstrom Squid hacker -- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Fri Jan 19 2001 - 01:59:21 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:57:30 MST