LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   module install (https://www.linuxquestions.org/questions/linux-software-2/module-install-163744/)

jhome4u 03-29-2004 10:11 AM

module install
 
Hello,

I have a serious problem. Please help me out...

I got the latest kernel, 2.6.4-rc2, and compiled all successfully.
However, when I tried to install modules through "make modules_install",
I got a lot of "unresolved symbol ....." type of errors.

Does anybody know how to solve this problem ?

Thanks,
JL

matthurne 03-29-2004 09:25 PM

How did you compile everything? If you did "make all" then you shouldn't have any trouble with "make modules_install". If you didn't do "make all" then you should've done "make bzImage" and then "make modules", and then "make modules_install". If this doesn't help, can you post all the commands you used straight from untarring the source to your "make modules_install" command?

JrLz 03-29-2004 10:37 PM

don't forget make clean and make dep


All times are GMT -5. The time now is 01:29 AM.