[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cryptoloop unresolved symbols
Hi.
'make-kpkg modules_image' is for external modules.
'make-kpkg kernel_image' will recompile the kernel and the selected modules that are in the kernel source.
You'll then have a handy .deb file in /usr/src which you can 'dpkg -i <packagename>' to reinstall the kernel and kernel modules.
so comment is basically "If you need to re-compile the kernel, you need to run make-kpkg kernel_image, not make-kpkg modules_image"
Noah
--begin quoted message from Patric Kabus,
> Hi!
>
> When I try to load the module cryptoloop the following error occurs:
>
> hostname:/usr/src/linux# modprobe cryptoloop
> /lib/modules/2.4.19/kernel/crypto/drivers/cryptoloop.o: unresolved
> symbol find_transform_by_name_Re5d73061
> /lib/modules/2.4.19/kernel/crypto/drivers/cryptoloop.o: unresolved
> symbol loop_register_transfer_R996c5c81
> /lib/modules/2.4.19/kernel/crypto/drivers/cryptoloop.o: insmod
> /lib/modules/2.4.19/kernel/crypto/drivers/cryptoloop.o failed
> /lib/modules/2.4.19/kernel/crypto/drivers/cryptoloop.o: insmod
> cryptoloop failed
>
> I have a debian woody kernel 2.4.19. I tried to build the module in two
> different ways:
> First I patched the kernel manually using the cryptoapi and cryptoloop
> patches and installed them via 'make modules && make modules_install'.
> On my second try I used the debain source packages and built debs with
> 'make-kpkg modules_image'.
> No matter how I did it the building of the modules succeeded but I
> couldn't load cryptoloop (cryptoapi loads fine) due to unresolved
> symbols.
>
> Thanx!
>
> -
> Linux-crypto: cryptography in and on the Linux system
> Archive: http://mail.nl.linux.org/linux-crypto/
>
--
-
Linux-crypto: cryptography in and on the Linux system
Archive: http://mail.nl.linux.org/linux-crypto/