You wrote:

>   Some tests fail:
>   [riechert@tairou Mail-Sort-2002.03.23]$ make test
>   ...
>   Failed 2/9 tests, 77.78% okay

What is the value of $Config::Config{'sh'} in your installation?  
Is it defined at all, and if so does it really name a Bourne-compatible
shell that is executable by you?

If you don't know what this means, please execute the following little
script and send me the output, thanks!

#! /usr/bin/perl
use Config;
print $Config{'sh'} . "\n" ;

-- 
Ian Zimmerman <[EMAIL PROTECTED]>

Reply via email to