Your glibc include files are broken. Rather than having their own copy of
the /usr/include/linux/ directory, they have a symlink into
/usr/src/linux/include/linux.
The correct fix is to put the kernel header files against which your glibc
was compiled into the /usr/include/linux/ directory. But it should suffice,
for now, to fix the symlink which you've broken by moving your kernel
sources.
-- dwmw2
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/