> First I did "which mutt" and found it was in /usr/bin. So I > figured when running the Mutt 1.4 configure script, that I needed > --prefix=/usr/bin. So I ran the script and then as root did 'make > install'. This, however reported an error in that it wanted to > create a directory called man.
you need --prefix=/usr It will then place binaries in /usr/bin and man pages in /usr/man/etc... -Mike Arrison