[Dovecot] building with SSL support in non-std directories

Timo Sirainen tss at iki.fi
Wed Jan 24 16:44:37 UTC 2007


On Wed, 2007-01-24 at 09:42 -0500, AJ Weber wrote:
> I'm trying to get configure to find the right libs/includes to build
> with SSL support (openssl), but it just seems to refuse!
>  
> I tried passing " --with-ssl=openssl --with-ssldir=/usr/local/ssl ",
> but this didn't seem to help.

Don't give --with-ssldir, it's the default path to where the certificate
files are. Use this:

CPPFLAGS=-I/usr/local/ssl/include
LDFLAGS=-L/usr/local/ssl/lib ./configure 

That works with all autoconf software and all libraries that you might
have in different locations.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20070124/bffdbe5b/attachment.pgp 


More information about the dovecot mailing list