Re: Cyradm from cyrus-imapd-2.2.6 - compile error

2004-07-06 Thread victor
I found a solution: In cyrus-imapd-2.2.6/perl/imap/Makefile.PL replace the line: my $SASL_LIB = $ENV{SASL_LIB} || "-lsasl2"; with my $SASL_LIB = $ENV{SASL_LIB} || "-lsasl2 -ldb"; and then recomplile. I had this problem with some past versions so I belive a patch could be included. victor wrote: I

Cyradm from cyrus-imapd-2.2.6 - compile error

2004-07-06 Thread victor
I try: "cd /home/victor/mail/cyrus-imapd-2.2.6/perl/imap" "perl Makefile.PL" "make" and when I do "make test" the error is: "Can't load '/home/victor/mail/cyrus-imapd-2.2.6/perl/imap/blib/arch/auto/Cyrus/IMAP/IMAP.so' " "IMAP.so: undefined symbol: db_version"... The detailed error is down here.