Problem #1 was the drac patch in contrib (which was fine with 2.0.12 but
not .13 or .14), but Ramiro's patch appears to have taken care of that...
(Thanks!)

Problem #2 is this:

Can't load '/usr/lib/perl5/site_perl/i386-linux/auto/Cyrus/IMAP/IMAP.so'
for module Cyrus::IMAP:
/usr/lib/perl5/site_perl/i386-linux/auto/Cyrus/IMAP/IMAP.so: undefined
symbol: SSL_write at /usr/lib/perl5/i386-linux/DynaLoader.pm line 200.
 at /usr/lib/perl5/site_perl/i386-linux/Cyrus/IMAP/Admin.pm line 43
Compilation failed in require at
/usr/lib/perl5/site_perl/i386-linux/Cyrus/IMAP/Admin.pm line 43.
BEGIN failed--compilation aborted at
/usr/lib/perl5/site_perl/i386-linux/Cyrus/IMAP/Admin.pm line 43.
Compilation failed in require at ./listmailboxes.old line 11.
BEGIN failed--compilation aborted at ./listmailboxes.old line 11.

I have openssl 0.9.6a, installed from source with './config shared'.
/usr/local/ssl/lib is in /etc/ld.so.conf  Here's how I configure'd Cyrus
(after applying the drac patch):

./configure \
--with-drac=/usr/local/lib \
--with-openssl=/usr/local/ssl \
--with-ucdsnmp

To get Cyrus::IMAP::Admin working (only working, not "fixed" <g>) I
opened up cyrus-imapd-2.0.14/perl/imap/Makefile.PL and added
-L/usr/local/ssl/lib to LIBS and -I/usr/local/ssl/include/openssl to INC,
then 'perl Makefile.PL ; make ; make install' and it's fine.

Haven't used the Sieve perl stuff yet... but I would imagine it has the
same problem.

  Jason

-- 
Jason Englander <[EMAIL PROTECTED]>
Systems Administrator - FiberCity Networks

Reply via email to