I am struggling to get Cyrus IMAP off of the ground. My current problem is that the path to the Cyrus perl modules doesn't seem to get added properly to perl INC during compilation/installation.
The cyradm shell script fails.
Help with this would be appreciated.
...john
**** DETAIL ***
Redhat 7.3, newly compiled programs installed into /usr/local include: binutils 2.14 gcc 3.3.3 Berkeley DB 4.2.52 (w/ two patches) Cyrus sasl 2.1.17 Cyrus imap 2.2.3
*** shell script fails ***
bash-2.05a$ cyradm ares
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 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.6.1/i386-linux /usr/lib/perl5/vendor_perl/5.6.1 /usr/lib/perl5/vendor_perl .).
BEGIN failed--compilation aborted.
**** module runs ****
bash-2.05a$ perl -I/usr/local/lib/perl5/site_perl/5.6.1/i386-linux -MCyrus::IMAP::Shell -e shell
cyradm> server ares
IMAP Password: Login failed: user not found at /usr/local/lib/perl5/site_perl/5.6.1/i386-linux/Cyrus/IMAP/Admin.pm
line 118
server: ares: cannot authenticate
ares>
--- Home Page: http://asg.web.cmu.edu/cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html