15 Mar
2012
15 Mar
'12
2:58 p.m.
On Mon, 2012-03-05 at 00:32 +0000, Andreas M. Kirchwitz wrote:
Thanks for this patch. I've applied it to the dovecot-20120303 nightly snapshot. The good news is, compilation works fine. The bad news is, the libraries and binaries don't work because they don't find the custom SSL libraries. .. $ patch -p1 -s < ../dovecot-20120303-e540404debb7.patch $ env SSL_CFLAGS="-I/usr/local/ssl/include" SSL_LIBS="-L/usr/local/ssl/lib -Wl,-R/usr/local/ssl/lib -lcrypto -lssl" ./configure --prefix=/usr/local/Dovecot-20120303 --with-ssl=openssl --with-ssldir=/usr/local/Dovecot-20120303/etc/dovecot/certs && make && make install
You would have needed to run autogen.sh again. It works with me now that I tried in a test server with OpenSSL in non-standard dir.