Jeff Bert schrieb am Fri, Mar 08, 2002 at 11:04:43AM -0800: > Thanks all but it looks like the perl stuff is somewhat broken, cyradm works > from the command line but everytime I run any of the scripts I've been sent > I get this error: > > "Use of uninitialized value in subroutine entry at > /usr/lib/perl5/site_perl/5.6.1/i386-linux/Cyrus/IMAP/Admin.pm line 78." > > One thing to note, when I compiled and installed cyrus-imapd-2.0.16 the perl > modules Cyrus:IMAP ended up in /usr/local/lib/ but my perl is > /usr/lib/perl5/... and cyradm didn't work until I copied the Cyrus folder > with IMAP.pm etc. over to my perl install. > > so after I manually moved the modules then i could get cyradm to work. but > the perl scripts trying to access the Cyrus::IMAP modules don't seem to.
Are you sure? The "Use of uninitialized value in subroutine entry" is just a warning and may (!) not say anything about the work done by the script. Did you try to add a user and have a look at the cyrus structures afterwards? Regards, Birger