>>>>> On Mon, 19 Feb 2001 11:33:35 +0200,
>>>>> Bevan Christians <[EMAIL PROTECTED]> (bc) writes:
bc> [cyrus@cuchulainn bin]$ ./cyradm localhost
bc> Can't locate Cyrus/IMAP/Shell.pm in @INC (@INC contains:
bc> /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0
bc> /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0
bc> /usr/lib/perl5/site_perl .).
bc> BEGIN failed--compilation aborted.
You've installed the Cyrus Perl files in a location that it is not
known by the installed Perl. Find where this Cyrus directory is,
then just do:
perl -I/Path_To_Cyrus_Perl_Lib_dir cyradm
If that works, add that '-I/Path_To_Cyrus_Perl_Lib_dir' to the 'exec
perl' lines in cyradm.
--
Amos