17 Feb
2003
17 Feb
'03
10:45 a.m.
On Fri, 2003-02-14 at 14:19, Mark Lancaster wrote:
Been trying to set up SSL support with the latest ver. of dovecote I'm guessing that the following line from STDOUT is the problem. How to fix it is beyond my grasp currently.
checking for SSL_read in -lssl... (cached) no
Install OpenSSL. Depending on your os/distribution it's likely in libssl* packages. libssl-dev is also needed. Or you could get the sources from www.openssl.org
Also remove config.cache file after installing so that the check runs again.