I doubt that this is the problem, but /usr/src/linux should not be the current kernel. I believe its supposed to be (if anything) the kernel against which libc was compiled.
Hi Justin,
the problem is not that complicated. There is a simple
if [ -f "$KSRC/Rules.make" ];then
in /var/lib/dpkg/info/lirc-modules-source.config . When I
touch /usr/src/linux/Rules.make
the automatic build works. I don know how other module-source packages check if the directory contain a valid kernel source, but $KSRC/include/linux/version.v is in both 2.4 and 2.6
by, Martin
--
Powered by Debian GNU / Linux
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

