Cyrus should work fine on that. I suspect you've run into the problem of the perl modules being placed in /usr/local/lib.. and Perl is looking for them in /usr/lib.... One fix for that is to do:
# perllib= lib/perl5/site_perl/5.8.0/i386-linux-thread-multi # cd /usr/$perllib
# ln -s /usr/local/$perllib/Cyrus /usr/$perllib/Cyrus
# ln -s /usr/local/$perllib/auto/Cyrus /usr/$perllib/auto/Cyrus
Thank you Jim! That worked! Now I have to work through a few more issues. :)
-t
--- 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