On Sat, 2004-02-14 at 17:57, trichard wrote: > Jim Levie wrote: > > > It would probably help to know what Linux you are using and what the > > configure arguments were when you built Cyrus. > > RedHat 8.0 2.4.20-13.8smp > ./configure (i.e. no additional arguments) > 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 -- The instructions said to use Windows 98 or better, so I installed RedHat. --- 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