Re: get these errors while compiling 2.4.26

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



You need to load those modules which define the symbols required by the new 
modules which is giving this error.  
 
For example :- 
	crypto_alg_lookup is defined in "linux/crypto/api.c", so you may need to insert 
this module first or the module which contains api.o...So that in kernel name space, 
that symbol will be defined and then you can insert this new module... 
 
	crypto/api.c:struct crypto_alg *crypto_alg_lookup(const char *name) 
 
Thanks. 
Sumit. 
On Tue, 10 Aug 2004 aksingh@xxxxxxxxxxx wrote : 
> 
> 
> 
> 
>Hi 
> 
>depmod: *** Unresolved symbols in /lib/modules/2.4.26/kernel/crypto/autoload.o 
>depmod:         crypto_alg_lookup 
>depmod: *** Unresolved symbols in /lib/modules/2.4.26/kernel/crypto/proc.o 
>depmod:         crypto_alg_sem 
>depmod:         crypto_alg_list 
> 
>These occur as I am including some modules, which require some others which I 
dont do, but cant figure out which ones are giving me trouble. 
>any clues ? 
> 
>Amit 
> 
>*****************    HSS-Private    ************* 
>"DISCLAIMER: This message is proprietary to Hughes Software Systems Limited 
>(HSS) and is intended solely for the use of the individual to whom it is 
>addressed. It may contain  privileged or confidential information and 
>should not be circulated or used for any purpose other than for what it is 
>intended. If you have received this message in error, please notify the 
>originator immediately. If you are not the intended recipient, you are 
>notified that you are strictly prohibited from using, copying, altering, or 
>disclosing the contents of this message. HSS accepts no responsibility for 
>loss or damage arising from the use of the information transmitted by this 
>email including damage from virus." 
> 
> 
>-- 
>Kernelnewbies: Help each other learn about the Linux kernel. 
>Archive:       http://mail.nl.linux.org/kernelnewbies/ 
>FAQ:           http://kernelnewbies.org/faq/ 
> 

[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux