From: Eric S. Johansson (no email)
Date: Wed May 01 2002 - 10:56:50 EDT
On Tue, 30 Apr 2002 14:49:42 -0400 Lawrence Greenfield <leg+@andrew.cmu.edu> wrote:
LG> Hi,
LG>
LG> I'm happy to announce that Cyrus IMAP 2.1.4 has been released. This
LG> has several useful enhancements and bugfixes, and all users of 2.1 are
LG> encouraged to upgrade. This is the version we're using internally at
LG> CMU (modulo last minute documentation) and I encourage people running
LG> 2.0 or older to consider upgrading.
stock RH7.2
[root at mail bin]# cyradm
Can't locate Cyrus/IMAP/Shell.pm in @INC (@INC contains: /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .).
BEGIN failed--compilation aborted.
added...
-I option to cyradm
case "x$BASH_VERSION" in
x) exec perl -I/usr/local/lib/site_perl/5.6.1/i386-linux/ -MCyrus::IMAP::Shell -e shell -- ${1+"$@"} ;;
*) exec perl -I/usr/local/lib/site_perl/5.6.1/i386-linux/ -MCyrus::IMAP::Shell -e shell -- "$@" ;;
esac
|
|
|