>I would think that I could find the simple thing I need to change in >order to get sendmail to replace none but I can't find it. any help >would be greatly appricated.
You need a program that understands "-s <subject>". ./configure looks for Mail, mailx and mail in your PATH. It apparently didn't find any of those. Get whichever one is appropriate in your PATH, then "make distclean" and start over with ./configure, or else set MAILER on the command line: ./configure MAILER=/path/to/your/mail/program ... John R. Jackson, Technical Software Specialist, [EMAIL PROTECTED]
