RE: Tomcat 9.0.27 loads incorrect openssl version

2020-06-07 Thread Norbert Elbanbuena
Hi Michael, Thank you I will review paths during config. Warm regards, Norbert Elbanbuena Check out our new Website -Original Message- From: Michael Osipov Sent: Sunday, June 7, 2020 2:50 PM To: users@tomcat.apache.org Subject: Re: Tomcat 9.0.27 loads incorrect openssl version

Re: Tomcat 9.0.27 loads incorrect openssl version

2020-06-07 Thread Michael Osipov
RPATH and some other situations You can use Python's ctypes.CDLL() function to perform the same operation quick and easy in Python's REPL. Please also provide the ./configure args and output of libtcnative as well as config.log after configure. Michael -Original Messag

RE: Tomcat 9.0.27 loads incorrect openssl version

2020-06-07 Thread Norbert Elbanbuena
/lib64/libresolv.so.2 (0x7fcedec81000) libselinux.so.1 => /lib64/libselinux.so.1 (0x7fcedea5a000) libpcre.so.1 => /lib64/libpcre.so.1 (0x7fcede7f8000) Warm regards, Norbert Elbanbuena -Original Message- From: Michael Osipov Sent: Sunday, June 7, 2020 2:19 PM To: user

Re: Tomcat 9.0.27 loads incorrect openssl version

2020-06-07 Thread Michael Osipov
Am 2020-06-07 um 20:16 schrieb Norbert Elbanbuena: Hi, I removed the previous version of OpenSSL 1.0.2k-fips from yum. Then I installed OpenSSL 1.1.1g from source and made a clean install of tomcat-native 1.2.24 pointing to the correct OpenSSL path. When I start Tomcat, it still shows OpenSSL

Tomcat 9.0.27 loads incorrect openssl version

2020-06-07 Thread Norbert Elbanbuena
Hi, I removed the previous version of OpenSSL 1.0.2k-fips from yum. Then I installed OpenSSL 1.1.1g from source and made a clean install of tomcat-native 1.2.24 pointing to the correct OpenSSL path. When I start Tomcat, it still shows OpenSSL 1.0.2k-fips being loaded on startup. 07-Jun-2020 18: