Re: [Exim] Compiling problem's with ssl

Top Page
Delete this message
Reply to this message
Author: robert rotman
Date:  
To: exim-users
Subject: Re: [Exim] Compiling problem's with ssl
On Wed, 15 Nov 2000, robert rotman wrote:

>
> Hello,
>
> I have problems compiling exim-snapshot with TSL.
> I get:
>
> tls.o: In function `tls_init':
> tls.o(.text+0x444): undefined reference to `OpenSSL_add_ssl_algorithms'
>
>
> I have installed the new openssl:
>
> nm libcrypto.so.0.9.6 | grep OpenSSL_add
> 00062fa0 T OpenSSL_add_all_algorithms
> 00062fc0 T OpenSSL_add_all_ciphers
> 00063320 T OpenSSL_add_all_digests
>
> I also searched the system for old libs but the 0.9.6 are the only one i
> could find.
>
> any suggestions?
>
>    robert


FYI, I changed in tls.c:
"OpenSSL_add_ssl_algorithms" with "OpenSSL_add_all_algorithms".

there were successfull deliveries to exim and sendmail.


robert