Hi,
I run alpha3 on Solaris 9, with openssl in /opt. Here is my configure for dovecot:
#!/usr/bin/sh
VERSION=1.0-alpha3
CC=gcc CFLAGS="-g -O" CPPFLAGS=-I/opt/openssl/include
LDFLAGS=-L/opt/openssl/lib
./configure --prefix=/opt/dovecot.$VERSION --with-ssl=openssl
--with-ssldir=/opt/openssl/ssl > configure.out
I also have /opt/openssl/lib dfined in my load path via "crle" so apps can find it. That may be your problem. My output from "crle":
[3] % crle
Configuration file [version 3]: /var/ld/ld.config Default Library Path (ELF): /usr/lib:/opt/openssl/lib:/opt/BerkeleyDB/lib:/usr/local/lib Trusted Directories (ELF): /usr/lib/secure (system default)
Command line: crle -c /var/ld/ld.config -l /usr/lib:/opt/openssl/lib:/opt/BerkeleyDB/lib:/usr/local/lib
Jeff Earickson Colby College
On Fri, 7 Oct 2005, Christian Schmidt wrote:
Date: Fri, 7 Oct 2005 15:07:07 +0200 From: Christian Schmidt christian@siebenbergen.de To: dovecot@dovecot.org Subject: [Dovecot] Building dovecot with SSL support on Solaris
Hi all,
I'm just trying to build dovecot-1.0.alpha3 on a Solaris 9 machine with SSL support. No matter which options I call ./configure with - it always results in:
Install prefix ...................... : /usr/local File offsets ........................ : 64bit I/O loop method ..................... : poll File change notification method ..... : none Building with SSL support ........... : no <-- ! Building with IPv6 support .......... : yes Building with pop3 server ........... : yes Building with mail delivery agent .. : yes Building with user database modules . : static passdb passwd passwd-file checkpassword (modules) Building with password lookup modules : passwd passwd-file shadow pam checkpassword (modules)
Some more details: $ uname -a SunOS ns 5.9 Generic_117171-08 sun4u sparc SUNW,Sun-Fire-280R $ /usr/local/ssl/bin/openssl version OpenSSL 0.9.7e 25 Oct 2004
On another system, the build succeeds - including SSL support: $ uname -a SunOS excalibur 5.9 Generic_117171-08 sun4u sparc SUNW,Sun-Blade-100 $ /usr/local/ssl/bin/openssl version OpenSSL 0.9.7d 17 Mar 2004
I have tried lots of hints Google found in the mailing list archives, but none of them succeeded.
I'm looking forward to getting any further hints. If you need some further information, I will post it.
Regards & thanks in advance, Christian
-- Alle Dinge geschehen aus Notwendigkeit. Es gibt in der Natur kein Gutes und kein Schlechtes. -- Baruch de Spinoza