On Wed, Mar 26, 2003 at 11:39:08PM -0700, Daniel Watrous wrote: > I found the fix... > > Basically the problem is that the compile is looking for headers that are > usually distributed with the kernel sources > > by grabbing the latest kernel, untaring it in /usr/src, and creating the > following links: > > /usr/include/linux -> /usr/src/linux/include/linux > /usr/include/asm -> /usr/src/linux/include/asm-i386 > > everything worked.
You should not do this - you should get the kernel that your glibc was compiled against, and use that. Redhat has a glibc-kernel-headers for exactly this task. Andrew Bartlett -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
