hi there

courier-imap: 4.0.2
openssl: 0.9.7g

im trying to compile courier imap with ssl support. but i get following error while compiling:

my main question is: does this error occurs because of a wrong installed openssl - or is it a courier imap problem?

-----
libcouriertls.c: In Funktion »get_func«:
libcouriertls.c:695: Warnung: Verarbeiten des Argumentes 2 von »d2i_SSL_SESSION« von inkompatiblem Zeigertyp
Compiling tlsinfo.c
Compiling tlscache.c
rm -f libcouriertls.a
ar cru libcouriertls.a libcouriertls.o tlsinfo.o tlscache.o
ranlib libcouriertls.a
Compiling argparse.c
Compiling tcpd.c
Compiling tcpdaccess.c
Compiling tcpremoteinfo.c
Linking couriertcpd
Compiling starttls.c
Linking couriertls
libcouriertls.a(libcouriertls.o)(.text+0x4aa): In function `rsa_callback':
: undefined reference to `RSA_generate_key'
libcouriertls.a(libcouriertls.o)(.text+0x6b7): In function `process_rsacertfile':
: undefined reference to `SSL_CTX_use_certificate_chain_file'
libcouriertls.a(libcouriertls.o)(.text+0x6f8): In function `process_rsacertfile':
: undefined reference to `SSL_CTX_use_RSAPrivateKey_file'
libcouriertls.a(libcouriertls.o)(.text+0x760): In function `process_dhcertfile':
: undefined reference to `SSL_CTX_use_certificate_chain_file'
libcouriertls.a(libcouriertls.o)(.text+0x88f): In function `process_dhcertfile':
: undefined reference to `SSL_CTX_use_PrivateKey_file'
libcouriertls.a(libcouriertls.o)(.text+0xb5d): In function `tls_create':
: undefined reference to `SSL_load_error_strings'
libcouriertls.a(libcouriertls.o)(.text+0xb62): In function `tls_create':
: undefined reference to `SSL_library_init'
libcouriertls.a(libcouriertls.o)(.text+0xbea): In function `tls_create':
: undefined reference to `SSLv2_method'
libcouriertls.a(libcouriertls.o)(.text+0xc14): In function `tls_create':
: undefined reference to `SSLv23_method'
libcouriertls.a(libcouriertls.o)(.text+0xc21): In function `tls_create':
: undefined reference to `TLSv1_method'
libcouriertls.a(libcouriertls.o)(.text+0x132d): In function `cache_add':
: undefined reference to `i2d_SSL_SESSION'
libcouriertls.a(libcouriertls.o)(.text+0x13ff): In function `cache_add':
: undefined reference to `i2d_SSL_SESSION'
libcouriertls.a(libcouriertls.o)(.text+0x15a4): In function `get_func':
: undefined reference to `d2i_SSL_SESSION'
collect2: ld returned 1 exit status
make[3]: *** [couriertls] Fehler 1
make[3]: Leaving directory `/downloads.d/courier-imap-4.0.2/tcpd'
make[2]: *** [all] Fehler 2
make[2]: Leaving directory `/downloads.d/courier-imap-4.0.2/tcpd'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/downloads.d/courier-imap-4.0.2'
make: *** [all] Fehler 2



______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]

Reply via email to