LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   No build file in lib/modules/* (https://www.linuxquestions.org/questions/linux-newbie-8/no-build-file-in-lib-modules-%2A-214056/)

Mlehliw 08-05-2004 09:34 PM

No build file in lib/modules/*
 
I'm trying to install ndiswrapper and I got as far as the make install part. I get an error about not having a build file in the title directory.

If it helps I'm working with a fresh install of mandrake.

320mb 08-06-2004 09:40 AM

OK, easy...........the /lib/modules/build file is a symlink to your kernel source

so........in a konsole window just
Code:

ln -s /usr/src/linux<version> /lib/modules/build


All times are GMT -5. The time now is 12:19 PM.