I (incorrectly) wrote; > I think the author made some invalid assumptions about where headers would > exist, because after installing kernel-source-2.4.18 my kernel headers > weren't where ltmodem could use them, but: > ln -s /usr/src/kernel-headers-2.4.18 /usr/src/linux-2.4.18 > fixed everything. >
If your headers are in /usr/src/kernel-headers-* it's supposed to work. In my case, the problem was with finding the headers in the source - the ln statement should have been: ln -s /usr/src/kernel-source-2.4.18 /usr/src/linux-2.4.18 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]