Hello,
I copied Admin.pm from IMAP-Admin-1.4.1 into
the site_perl/5.6.0/i586-linux/Cyrus/IMAP
directory of my perl distribution. There
also exists a symlink .../i586-linux/IMAP to
.../i586-linux/Cyrus/IMAP .
As long as I used the previosly installed
version 1.00 of Admin.pm, cyradm (=Shell.pm)
and Admin.pm were working happily together.
My Shell.pm is from the cyrus-imapd-2.0.9
distribution, but also Shell.pm from 2.0.13
works.
Then I copy Admin.pm from version 1.4.1 of
IMAP-Admin into this directory, and now
cyradm fails with the following message:
Can't locate object method "new" via package
"Cyrus::IMAP::Admin" at
/usr/lib/perl5/site_perl/5.6.0/
i586-linux/Cyrus/IMAP/Shell.pm line 430.
And the line 430 is
$cyradm = Cyrus::IMAP::Admin->new($server, $port)
But I need v1.4.1 for *Websieve*. What can I do?
Thank you.
Dietmar Rahlfs
P.S.: I hardly know programming Perl.