On Tue, Mar 29, 2011 at 04:27:58PM -0400, Rosenbaum, Larry M. wrote: > I've just installed beta1 on Solaris 9 Sparc and got the following error from cyradm: > > # cyradm localhost --tls > verify error:num=19:self signed certificate in certificate chain > Password: ld.so.1: perl: fatal: relocation error: file /usr/local/lib/perl5/site_perl/5.10.1/sun4-solaris/auto/Cyrus/IMAP/IMAP.so: symbol cyrus_getpass: referenced symbol not found > Killed Hi Larry, Can you please try the attached patch and see if that fixes it. Thanks, Bron.
diff --git a/perl/imap/IMAP.xs b/perl/imap/IMAP.xs index ef43cf0..ea9d438 100644 --- a/perl/imap/IMAP.xs +++ b/perl/imap/IMAP.xs @@ -53,6 +53,7 @@ #include <pwd.h> #include <unistd.h> +#include "util.h" #include "imclient.h" #include "imapurl.h" #include "xmalloc.h"
---- Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/