Hi, 

I am trying to compile Courier-IMAP with the following options in the configure script.

./configure --prefix=/opt/courier-imap \
--without-authldap \
--without-authmysql \
--without-authpgsql \
--without-ipv6 \
--without-authdaemon \
--without-authcustom \
--without-authcram \
--without-authuserdb \
--without-authshadow \
--disable-root-check \
--without-certdb \
--without-authpwd

It correctly does the configure script but when I run the make, after of several 
hundred lines it gives the following error, I guess it has something to do with 
OpenSSL, I have it correctly instaled although I have reinstalled it in case there was 
something wrong and it still gives me the same error.

Who can I disable the SSL or fix the problem?.

Thanks.

Compiling libcouriertls.c
libcouriertls.c: In function `sslerror':
libcouriertls.c:252: warning: implicit declaration of function `ERR_error_string_n'
libcouriertls.c: In function `process_dhcertfile':
libcouriertls.c:305: warning: passing arg 1 of `BIO_new_file' discards `const' from 
pointer target type
libcouriertls.c:307: too many arguments to function `PEM_read_bio_DHparams'
libcouriertls.c: In function `tls_create':
libcouriertls.c:434: warning: passing arg 2 of `SSL_CTX_set_cipher_list' discards 
`const' from pointer target type
libcouriertls.c:525: too many arguments to function `PEM_read_X509'
make[2]: *** [libcouriertls.o] Error 1
make[2]: Leaving directory `/home/mrafael/courier-imap-1.6.1/tcpd'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/mrafael/courier-imap-1.6.1/tcpd'
make: *** [all-recursive] Error 1 



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to