Hi all. [TIA] I just compiled the latest version of Cyrus (tried CVS version too). The compile itself goes smoothly, no problems. But, when thats done I try to run cyradm and it fails to see the SASL libs. Which perl/makefile needs fixing? venus# ldconfig -r |grep sasl 71:-lsasl.8 => /usr/local/lib/libsasl.so.8 venus# strings /usr/local/lib/libsasl.so.8 |grep sasl_client_init sasl_client_init FreeBSD venus 4.2-STABLE FreeBSD 4.2-STABLE #2: Sat Dec 30 00:08:52 PST 2000 :/src/sys/compile/kernel.venus i386 venus# ./cyradm Can't load '/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Cyrus/IMAP/IMAP.so' for module Cyrus::IMAP: /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Cyrus/IMAP/IMAP.so: Undefined symbol "sasl_client_init" at /usr/libdata/perl/5.00503/DynaLoader.pm line 169. at /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/Cyrus/IMAP/Admin.pm line 43 BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/Cyrus/IMAP/Admin.pm line 43. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/Cyrus/IMAP/Shell.pm line 58. BEGIN failed--compilation aborted.