Andi Voss writes:

Hi,

I`m getting the following error when I try to compile courier-imap-4.0.6 with the following options: ./configure --enable-workarounds-for-imap-client-bugs --enable-unicode --without-socks

...
...
...
./.libs/libcouriertls.a(libcouriertls.o)(.text+0x1159): In function `cache_add': /home/andi/courier-imap-4.0.6/tcpd/libcouriertls.c:604: undefined reference to `i2d_SSL_SESSION' ./.libs/libcouriertls.a(libcouriertls.o)(.text+0x11df):/home/andi/courier-imap-4.0.6/tcpd/libcouriertls.c:621: undefined reference to `i2d_SSL_SESSION' ./.libs/libcouriertls.a(libcouriertls.o)(.text+0x1331): In function `get_func': /home/andi/courier-imap-4.0.6/tcpd/libcouriertls.c:694: undefined reference to `d2i_SSL_SESSION'
collect2: ld returned 1 exit status
make[3]: *** [couriertls] Error 1
make[3]: Leaving directory `/home/andi/courier-imap-4.0.6/tcpd'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/andi/courier-imap-4.0.6/tcpd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/andi/courier-imap-4.0.6'
make: *** [all] Error 2

I think there is something wrong whit ssl!?

Yes, there's something wrong. But, we can only guess; you are the only one who knows exactly what's installed or not installed on this machine.

The symbol in question is an ordinary function in the OpenSSL library. If the link fails, one of many possible reasons is that your OpenSSL libraries are corrupted, or not properly installed.

Attachment: pgpPbnyK21794.pgp
Description: PGP signature

Reply via email to