> make[2]: Entering directory `/lib/modules/2.6.19.2/build' > > WARNING: Symbol version dump /lib/modules/2.6.19.2/build/Module.symvers > is missing; modules will have no dependencies and modversions. > ----
> 'crypto_digest_fin al' is deprecated > (declared at include/linux/crypto.h:715) > Building modules, stage 2. > MODPOST 3 modules > /bin/sh: scripts/mod/modpost: No such file or directory > make[3]: *** [__modpost] Error 127 > make[2]: *** [modules] Error 2 All compile errors are fixed! It compiles clean now. before I compiled
against a clean kernel build. After doing make it compiles without errors. However there is one thing though, how do I install these external modules in the kernel? It keeps trying to insert the old versions of iscsi_tcp.ko libiscsi.ko and iscsi_transport_iscsi.ko. Is there a way of telling the kernel it should install the drivers from somewhere else? I did a depmod -a in the /lib/modules/2.6.19.2/kernel/drivers/scsi. This moved the modules to the kernel source build directory: /lib/modules/2.6.19.2/build/drivers/scsi. I deleted the original iscsi mod files in the directory /lib/modules/2.6.19.2/build/drivers/scsi. But when I do a make modules_install it still compiles in the wrong place. Why?
-- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
