v2.2.18 released

dovecot at outputservices.com dovecot at outputservices.com
Fri May 22 18:47:09 UTC 2015


On 05/22/15 12:24, James wrote:
> On 22/05/2015 16:27, dovecot at outputservices.com wrote:
>> I am just starting out and trying to get dovecot and postfix working in Solaris 10 environment.
>>
>> Went from 2.2.15 to 2.2.17, then to 2.2.18
>>
>> Both version 2.2.17 & 2.2.18 gave this same error. 2.2.15 does not.
>>
>>     -----------------------------------
>> May 15 09:27:37 master: Info: Dovecot v2.2.18 starting up for imap
>> May 15 09:27:37 ssl-params: Info: Generating SSL parameters
>> May 15 09:27:37 ssl-params: Fatal: Couldn't load required plugin /tmp/tocevod/lib/dovecot/libssl_iostream_openssl.so: dlopen() failed: ld.so.1: ssl-params: fatal: relocation error: file /tmp/tocevod/lib/dovecot/libssl_iostream_openssl.so: symbol SSL_clear_options: referenced symbol not found 
>
>
> I suspect you have compiled with one SSL library and are running with another.
>
> Hints:
>
> 1. Check RPATH in libs:
> $ dump -Lv /tmp/tocevod/lib/dovecot/libssl_iostream_openssl.so
>
> 2. unset LD_LIBRARY_PATH
>
> 3. Check which ssl libs are being used:
> $ ldd /tmp/tocevod/lib/dovecot/libssl_iostream_openssl.so

Yep, that is it. It found some old ssl libraries. I will go back and look at the compile command better.
 
>
> 4. and symbol check:
> $ ldd -r /tmp/tocevod/lib/dovecot/libssl_iostream_openssl.so
>
>
>
> I assume your use of /tmp is temporary.  Set prefix to, eg, /opt/tocevod.
>
>
>
> James.

 Thanks



More information about the dovecot mailing list