Hey everyone. I am starting over with installing Imap and Sasl since I had it built using PAM and NIS+. Since then I have decided to use sasldb. I have run into a couple of problems. First when I try to compile sasl with BerkeleyDB configure cannot find db.h and fails to use BerkeleyDB. If I use gdbm sasl compiles but then when I run configure for the Imap server I get an error saying that checking for sasl_getprop in -lsasl... no (you must install libsasl). so right now it is compiled with ndbm. hmmm.. I would like to use BerkeleyDB for sasldb but I am not sure why configure for sasl can't find db.h. Imap configure does find BerkeleyDB fine. Any ideas? Besides that when I try to run cyradm now I get this error. Can't load '/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Cyrus/IMAP/IMAP.so' for module Cyrus::IMAP: ld.so.1: perl: fatal: relocation error: file /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Cyrus/IMAP/IMAP.so: symbol SSL_write: referenced symbol not found at /usr/local/lib/perl5/5.6.1/sun4-solaris/DynaLoader.pm line 206. at /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/Cyrus/IMAP/Admin.pm line 43 Compilation failed in require at /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/Cyrus/IMAP/Admin.pm line 43. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/Cyrus/IMAP/Admin.pm line 43. Compilation failed in require at /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/Cyrus/IMAP/Shell.pm line 58. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/Cyrus/IMAP/Shell.pm line 58. Compilation failed in require. BEGIN failed--compilation aborted. Just some other info. I am running Solaris 2.7, BerkeleyDB 3.0.55 (sunfreeware package), openssl-0.9.6b (sunfreeware package), gbdm-1.2.3 (sunfreeware package), and GNU gcc and make. Thanks Benjamin