[openssl-users] OpenSSL 1.1.1 release timeframe

2017-05-17 Thread Jayalakshmi bhat
Hi All, Please can any one let me know the release date or time line for OpenSSL 1.1.1? Regards Jayalakshmi -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Re: [openssl-users] Build from source; library not found?

2017-05-17 Thread Hiran Chaudhuri
I just verified. The required shared libraries and runpath settings are part of the dynamic section in elf files. readelf -d openssl displays a runpath, while readelf -d libssl.so.1.0.0 does not show a runpath. Therefore my test was wrong. I cannot check shared libraries directly. Am

Re: [openssl-users] Build from source; library not found?

2017-05-17 Thread Hiran Chaudhuri
Hi Richard. Thank you for the fast response. Am 17-May-2017 15:40:27 +0200 schrieb levi...@openssl.org: The are two ways to handle this. One is with the usual setting of LD_LIBRARY_PATH: $ LD_LIBRARY_PATH=`pwd` ldd libssl.so.1.0.0 Yes, this seems to work. Somehow I'd like to avoid

Re: [openssl-users] Build from source; library not found?

2017-05-17 Thread Richard Levitte
In message <20170517130805.7600d40...@smtp03.mail.de> on Wed, 17 May 2017 15:08:05 +0200, Hiran Chaudhuri said: hiran.chaudhuri> Hi there. hiran.chaudhuri> I have been building Openssl for quite some time now. Just recently I hiran.chaudhuri> switched to shared mode

[openssl-users] Build from source; library not found?

2017-05-17 Thread Hiran Chaudhuri
Hi there. I have been building Openssl for quite some time now. Just recently I switched to shared mode that will also create shared libraries. What I am wondering about: After configure/make/make install I find the expected libraries in the desired output directory. Why can ldd not resolve a