search for: openssldie

Displaying 2 results from an estimated 2 matches for "openssldie".

Did you mean: openssldir
2017 Oct 27
0
How to check which version of openssl is getting compiled in into dovecot?
...it. > That is not immediately helpful, though. > > libssl.so.9 => /usr/local/lib/libssl.so.9 (0x28313000 > > No version info there? > I was kinda assuming you'd know which library it should link into. But.. $ strings /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 | grep OpenSSL OpenSSLDie SSLv3 part of OpenSSL 1.0.1t? 3 May 2016 TLSv1 part of OpenSSL 1.0.1t? 3 May 2016 DTLSv1 part of OpenSSL 1.0.1t? 3 May 2016 OpenSSL 1.0.1t? 3 May 2016 works at least for me. maybe this helps you? Aki
2017 Oct 27
2
How to check which version of openssl is getting compiled in into dovecot?
> On Oct 27, 2017, at 12:33 AM, Aki Tuomi <aki.tuomi at dovecot.fi> wrote: > > > > On 27.10.2017 00:53, krzf83 at gmail.com wrote: >> I got multiple versions of openssl in my system. I compile dovecot with >> PKG_CONFIG_PATH=/usr/openssl-1.0.2l-fpic/lib/pkgconfig ./configure >> >> How do I check which version of openssl got compiled in? configure