Re: [Exim] Exim 4.05 & OpenSSL 0.9.6b

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Greg Ward
Fecha:  
A: exim-users
Asunto: Re: [Exim] Exim 4.05 & OpenSSL 0.9.6b
On 20 June 2002, William Craven said:
> $ ./exim -bV
> ld.so.1: ./exim: fatal: relocation error: file
> /usr/local/lib/libssl.so.0.9.6: symbol main: referenced symbol not found
> Killed
>
> And what I am asking is what is this telling me !! And do I get round
> this.


A lame, clunky workaround (which doesn't really solve your problem, but
hopefully avoids it) would be to link statically with OpenSLL. You'll
need to have a libssl.a around somewhere; in the worst case, you'll have
to rebuild OpenSSL from scratch. You might have to edit Exim's Makefile
to ensure that you link against libssl.a, too.

        Greg