Le Samedi 29 Septembre 2001 15:16, Jonas Larsson a écrit : > I have the same system (RedHat 7.1, 2.4.3-12) and didn't manage to do that > > # uname -a > Linux myhost 2.4.3-12 #1 Fri Jun 8 15:05:56 EDT 2001 i686 unknown > > # rpm -Uvh mount-2.11h-2mdk2crypto.i586.rpm > Preparing... ########################################### > [100%] > 1:mount ########################################### > [100%] > > # rpm -Uvh losetup-2.11h-2mdk2crypto.i586.rpm > Preparing... ########################################### > [100%] > 1:losetup ########################################### > [100%] So far, so good... these losetup and mount look happy with your system. > # rpm -Uvh cryptoapi-standalone-2.4.7.0-2.4.8_26mdk1crypto.i586.rpm > Preparing... ########################################### > [100%] > 1:cryptoapi-standalone ########################################### > [100%] > depmod: *** Unresolved symbols in > /lib/modules/2.4.3-12/cryptoapi/cryptoapi.o > depmod: *** Unresolved symbols in > /lib/modules/2.4.3-12/cryptoapi/cryptoloop.o Now, you should check where the modules got installed. They probably got installed under /lib/modules/2.4.8-26mdk/cryptoapi, and then you would need to move this "cryptoapi" directory manually int he modules directory for your own kernel, probably something like /lib/modules/2.4.3-12/cryptoapi ...then run depmod -a If it still complains about unresolved symbols, then my cryptoapi packages may indeed be incompatible with your kernel version. In such a case, you may want to try to rebuild it from the SRPM, in the hope that recompiling with your own kernel will fix this. Before recompiling, you may want to edit the "spec" file for the cryptoapi package, to replace the installation location and package version with your own kernel's. Also check that your kernel-headers and kernel-source packages are installed before trying to rebuild the cryptoapi. You probably don't need to recompile losetup and mount, as they seemed happy. If recompiling cryptoapi doesn't work, then it is probably uncompatible with the 2.4.3 series kernel, and then you would need a 2.4.7 or 2.4.8 kernel to get it working... Please keep me posted with your results. Good luck. ;-) -- michel@xxxxxxxxxxxx OpenPGP DH/DSS ID 0x5C2BEE8F Si vous préférez que votre e-mail privé reste... privé. Utilisez GnuPG: http://www.geocities.com/openpgp Linux-crypto: cryptography in and on the Linux system Archive: http://mail.nl.linux.org/linux-crypto/