Pierre wrote: > However for those it may interest, my changes to the loop-AES-v1.4g README > file are the following : > > cd util-linux-2.11m > <insert> > ./configure # Otherwise it looked for <linux/tqueue.h> which breaks my > compilation > </insert> > patch -p1 <../util-linux-2.11m.diff > make > cd mount > install -m 4755 -o root mount umount /bin > install -m 755 losetup /sbin > < rm -f /usr/man/man8/{mount,umount,losetup}.8.gz > < install -m 644 mount.8 umount.8 losetup.8 /usr/man/man8 > > rm -f /usr/share/man/man8/{mount,umount,losetup}.8.gz > > install -m 644 mount.8 umount.8 losetup.8 /usr/share/man/man8 > > I also had to purge my /var/cache/man/cat[0-9]/ directories in order to > bring up the new updated manpages.. About the util-linux compile problem, did you try to compile a virgin util-linux source or tampered one? Util-linux Makefile is set up so that if "defines.h" file does not exits, make runs ./configure for you. Virgin util-linux tarball does not come with "defines.h" file. /usr/share/man is preferred place to put man pages, but most setups search /usr/man before /usr/share/man. It's up to you to decide. Regards, Jari Ruusu <jari.ruusu@pp.inet.fi> - Linux-crypto: cryptography in and on the Linux system Archive: http://mail.nl.linux.org/linux-crypto/