Hello,
I try to compile dovecot in Version 2.0.11 with ssl support on a CentOS
4.5 system.
Installed packages are openssl and openssl-devel.
after "./configure --with-ssl=openssl" "make" "make install"the message is:
(also tried with CPPFLAGS="-I/opt/openssl/include"
LDFLAGS="-L/opt/openssl/l
Hello,
I try to compile dovecot in Version 2.0.11 with ssl support on a CentOS
4.5 system.
Installed packages are openssl and openssl-devel.
after "./configure --with-ssl=openssl" "make" "make install"the message is:
(also tried with CPPFLAGS="-I/opt/openssl/include"
LDFLAGS="-L/opt/openssl/l
Hello,
>> SSL : yes (OpenSSL)
>
>So it should be there..
>
>> so it looks like SSL support is included, but when I start dovecot the
>> message is:
>>
>> doveconf: Error: SSL support not compiled in but ssl=yes
>
>Well, that's weird. Are you sure you're running the just-co