[dovecot] Re: Configure SSL problem
Timo Sirainen
tss at iki.fi
Mon Mar 17 16:24:11 EET 2003
On Mon, 2003-03-17 at 12:46, Leslie Viljoen wrote:
> The problem seems to stem from:
> checking for SSL_read in -lssl... (cached) no
Maybe it's just because of caching. Delete config.cache file.
> I can compile this myself if I include -I /usr/local/ssl/include and I
> replace the
> "confdefs.h" with "ssl.h".
Also you could try to run:
CPPFLAGS='-I /usr/local/ssl/include/' ./configure
(I don't know if --includedir helps with the configure checks, I should
try..)
More information about the dovecot
mailing list