RE: [Exim] redhat 9 and tls support

Pàgina inicial
Delete this message
Reply to this message
Autor: Matt Bernstein
Data:  
A: Tony Earnshaw
CC: exim-users
Assumpte: RE: [Exim] redhat 9 and tls support
On Apr 20 Tony Earnshaw wrote:

>> >TLS_LIBS=-L/usr/local/ssl/lib -lssl -lcrypto
>> >TLS_INCLUDE=-I/usr/local/ssl/include/openssl
>>
>> try adding krb5 here. Worked for me.
>
>And if I don't use Kerberos for Exim (why should I want to if Exim
>doesn't support GSSAPI for example?), what then?


I think the Red Hat OpenSSL 0.9.7a RPMs have lib{ssl,crypto}.so.4
themselves linked against lib{gssapi_krb5,krb5,k5crypto,com_err}.so but
their header files don't include the krb5 header files.

So you either go with:
    TLS_INCLUDE=-I/usr/include/openssl -I/usr/kerberos/include
..or you rebuild the openssl-0.9.7a SRPMs without kerberos.


HTH,

Matt