LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   what does "depmod: *** Unresolved symbols" mean when compiling 2.4.25 kernel? (https://www.linuxquestions.org/questions/linux-software-2/what-does-depmod-%2A%2A%2A-unresolved-symbols-mean-when-compiling-2-4-25-kernel-150814/)

andrewstr 02-26-2004 12:43 PM

what does "depmod: *** Unresolved symbols" mean when compiling 2.4.25 kernel?
 
I received this error after after issuing the command make modules_install

depmod: *** Unresolved symbols in /lib/modules/2.4.25-AJS-PII/kernel/crypto/autoload.o
depmod: crypto_alg_lookup
depmod: *** Unresolved symbols in /lib/modules/2.4.25-AJS-PII/kernel/crypto/proc.o
depmod: crypto_alg_sem
depmod: crypto_alg_list


I am trying to compile the 2.4.25 kernel. This is the first time that I have tried to compile the kernel. I followed the instructions in the kernel README and I issued the commands in this order:

make mrproper
make clean
make xconfig (I imported Red Hats config file and turned off some things that I didn't need)
make dep
make bzImage
make modules
su
make modules_install

Did I do something wrong?

320mb 02-26-2004 02:04 PM

Code:

make mrproper
make oldconfig (I imported Red Hats config file and turned off some things that I didn't need)
make dep
make clean
make bzImage
make modules
su
make modules_install

try this.......

andrewstr 03-01-2004 02:01 PM

320mb, I think you edited out your reply


All times are GMT -5. The time now is 04:05 PM.