Re: [Exim] exim/ssl

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Gary Ferrer
Data:  
Para: Tabor J. Wells
CC: exim-users
Asunto: Re: [Exim] exim/ssl
Ahhhh, I was so close. I was staring at that!!
Thank you ever so much.

Gary.

----- Original Message -----
From: "Tabor J. Wells" <twells@???>
To: "Gary Ferrer" <gary@???>
Cc: <exim-users@???>
Sent: October 12, 2001 1:29 PM
Subject: Re: [Exim] exim/ssl


> On Fri, Oct 12, 2001 at 01:19:38PM -0700,
> Gary Ferrer <gary@???> is thought to have said:
>
> >
> >    I'm having a compile problem with exim 3.33 and OpenSSL 0.96b.  I'm
> >    building for Solaris 8 x86 and when I do a make, the compile goes
> >    quite a way until the following occurs:

> >
> >
> >
> >    gcc -c -O   -I/usr/local/ssl/include/openssl -I. smtp_out.c
> >    gcc -c -O   -I/usr/local/ssl/include/openssl -I. spool_out.c
> >    gcc -c -O   -I/usr/local/ssl/include/openssl -I. tls.c
> >    tls.c:28: openssl/lhash.h: No such file or directory
> >    tls.c:29: openssl/ssl.h: No such file or directory
> >    tls.c:30: openssl/err.h: No such file or directory
> >    tls.c:31: openssl/rand.h: No such file or directory
> >    *** Error code 1
> >    make: Fatal error: Command failed for target `tls.o'
> >    Current working directory /var/tmp/exim-3.33/build-SunOS5-5.8-i386
> >    *** Error code 1
> >    make: Fatal error: Command failed for target `go'

> >
> >    I compiled and installed OpenSSL according to directions.  I'll need
> >    some hand holding here since I have no idea of what's going on.

>
> Your TLS_INCLUDE in Local/Makefile probably looks like:
>
> TLS_INCLUDE = -I/usr/local/ssl/include/openssl
>
> it should be:
>
> TLS_INCLUDE = -I/usr/local/ssl/include
>
> Tabor
>
> -- 
> --------------------------------------------------------------------
> Tabor J. Wells                                     twells@???
> Fsck It!                 Just another victim of the ambient morality

>