On Sun, 2005-10-16 at 01:34 +0200, Elimar Riesebieter wrote:
Hi all,
tried to build dovecot-1.0.alpha3 with gnutls. The build stops something like: ssl-proxy-gnutls.c:420: warning: 'gnutls_dh_params_set' is
deprecated (declared at /usr/include/gnutls/compat8.h:82) ssl-proxy-gnutls.c: In function 'read_rsa_parameters':
ssl-proxy-gnutls.c:446: warning: 'gnutls_rsa_params_set' is
deprecated (declared at /usr/include/gnutls/compat8.h:77) make[4]: *** [ssl-proxy-gnutls.o] Error 1
Well, it should have said instead:
#error broken currently
The code is basically in need of a rewrite. Very low priority for myself.
Building with openssl 0.9.8 there are connection errors:
dovecot: Oct 15 22:46:48 Error: imap-login: Can't load certificate
file /etc/ssl/certs/dovecot.pem: error:25066067:DSO support
routines:DLFCN_LOAD:could not load the shared library
I don't really know about this. Looks like OpenSSL 0.9.8 does something weird. Or maybe it's just Debian's bug?