I have been building my development system up to upgrade to cyrus-imapd-2.0.16 for a long time now. I am running HP-UX 11.0, and have installed Berkeley DB 3.3.11 and Sasl 1.5.24. I have no errors when compiling, and have my pwcheck running, and my master (finally). But, I guess I've not build cyradm properly, since when I try to start it, it gives: $ ./cyradm cyradm> connect stein imclient_connect: unknow" at /usr/local4/lib/perl5/site_perl/5.6.1/PA-RISC1.1/Cyrus/IMAP/Admin.pm line 62. cyradm>
I am running it as cyrus user, and if I try to use command line to connect to server, I get $ cyradm stein /usr/lib/dld.sl: Unresolved symbol: sasl_client_init (code) from /usr/local4/lib/perl5/site_perl/5.6.1/PA-RISC1.1/auto/Cyrus/IMAP/IMAP.sl Abort(coredump) So--I only have libsasl.sl (shared library), and the installation of cyradm, upon further inspection seems to look for static version (libsasl.a). Can I change this, and will it still work? Please, any advice would be greatly appreciated. c*