Re: cyradm shell script error on startup - More help ?

2004-03-12 Thread John Gibson
*** after path modification *** bash-2.05a$ cyradm1 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 cyradm: cannot authenticate to server with as poppy ^^ call cyra

Re: cyradm shell script error on startup - More help ?

2004-03-11 Thread Simon Matter
> Wil Cooley wrote: > >>On Thu, 2004-03-11 at 16:46, John Gibson wrote: >> >> >> >>>Your suggestion sounds great, but "cyradm" is a bourne shell script, not >>>perl. So the "use" command gives an error. >>> >>> >> >>Oh yeah. Just put the PERL5LIB variable there above the 'case' >>statement. >> >>

Re: cyradm shell script error on startup - More help ?

2004-03-11 Thread John Gibson
Wil Cooley wrote: On Thu, 2004-03-11 at 16:46, John Gibson wrote: Your suggestion sounds great, but "cyradm" is a bourne shell script, not perl. So the "use" command gives an error. Oh yeah. Just put the PERL5LIB variable there above the 'case' statement. Wil YEAH! Thanks Wil. Now

Re: cyradm shell script error on startup - More help ?

2004-03-11 Thread Wil Cooley
On Thu, 2004-03-11 at 16:46, John Gibson wrote: > Your suggestion sounds great, but "cyradm" is a bourne shell script, not > perl. So the "use" command gives an error. Oh yeah. Just put the PERL5LIB variable there above the 'case' statement. Wil -- Wil Cooley

Re: cyradm shell script error on startup - More help ?

2004-03-11 Thread John Gibson
Wil Cooley wrote: On Thu, 2004-03-11 at 15:05, John Gibson wrote: Hi, all. 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 scr

Re: cyradm shell script error on startup

2004-03-11 Thread Wil Cooley
On Thu, 2004-03-11 at 15:05, John Gibson wrote: > Hi, all. > > 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 fail