Dan, Thanks for the advice. I gave up on cryptoapi (for now) and tried loop-AES, which worked . I guess because the changes are less extensive and the documentation is more detailed and up to date. I had some minor problems with the following script in the README file. bzip2 -d -c util-linux-2.11r.tar.bz2 | tar xvf - cd util-linux-2.11r patch -p1 <../util-linux-2.11r-1.diff patch -p1 <../util-linux-2.11r-2.diff export CFLAGS=-O2 ./configure make SUBDIRS="lib mount" cd mount install -m 4755 -o root mount umount /bin install -m 755 losetup swapon /sbin rm -f /sbin/swapoff && ( cd /sbin && ln -s swapon swapoff ) rm -f /usr/man/man8/{mount,umount,losetup,swapon,swapoff}.8.gz install -m 644 mount.8 umount.8 losetup.8 swapon.8 swapoff.8 /usr/man/man8 rm -f /usr/man/man5/fstab.5.gz install -m 644 fstab.5 /usr/man/man5 mandb cd ../.. The patch commands assume that I started in the loop-AES-v1.6c directory (so that util-linux-2.11r is a sub-directory). I hadn't and it wasn't. On my (Mandrake) system, man files are installed under /usr/share/man, not /usr/man, and they use .bz2 compression. Also, mandb is unknown. Thanks, John Green >From: Dan Hollis <goemon@anime.net> >To: John Green <greenjh@hotmail.com> >CC: dbryson@du.edu, <linux-crypto@nl.linux.org> >Subject: Re: Cryptoapi problems with kernel 2.4.18 >Date: Wed, 29 May 2002 14:18:53 -0700 (PDT) > >On Wed, 29 May 2002, John Green wrote: > > Thanks for the information. I should have made it clearer that I > > did obtain the util-linux sources (as util-linux-2.11r.tar.gz) > > and patched them (using util-linux-2.11o.patch.gz). > > Maybe I am not picking up consistent header and library files. > > If I get any success in the next few days, I'll post the details. > > Otherwise I'll give up and wait for the revised HOWTO. > >I had much better luck with loop-AES. It seems much better currently >maintained code and has a good automated install system. >http://sourceforge.net/projects/loop-aes/ > >cryptoapi seems to have fallen into a state of disrepair... > >-Dan >-- >[-] Omae no subete no kichi wa ore no mono da. [-] > _________________________________________________________________ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com - Linux-crypto: cryptography in and on the Linux system Archive: http://mail.nl.linux.org/linux-crypto/